You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the method function overapproximate(S::ConvexHull{N, Zonotope{N}, Zonotope{N}}, ::Type{<:Zonotope})::Zonotope where {N<:Real} it is required that the order of the zonotopes is the same.
Proposal: if the order is not the same, use order reduction and proceed.
The text was updated successfully, but these errors were encountered:
In the method
function overapproximate(S::ConvexHull{N, Zonotope{N}, Zonotope{N}}, ::Type{<:Zonotope})::Zonotope where {N<:Real}
it is required that the order of the zonotopes is the same.Proposal: if the order is not the same, use order reduction and proceed.
The text was updated successfully, but these errors were encountered: