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 #2482, we changed that Intersection with a HalfSpace argument automatically simplifies, e.g., to HPolyhedron. While this sounded reasonable, it breaks the assumption that Intersection always results in an Intersection object. The library has at least one place where this is assumed:
In #2482, we changed that
Intersection
with aHalfSpace
argument automatically simplifies, e.g., toHPolyhedron
. While this sounded reasonable, it breaks the assumption thatIntersection
always results in anIntersection
object. The library has at least one place where this is assumed:LazySets.jl/src/LazyOperations/Rectification.jl
Lines 535 to 537 in 264de96
Here,
cap
can be anHPolyhedron
instead of the expectedIntersection
.Should we undo this change and rather leave this behavior to the concrete
intersection
operation?The text was updated successfully, but these errors were encountered: