-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
(This is a long-term nice-to-have thing.)
Instead of an intersection of HalfSpace
s we can often create more efficient set representations, like Hyperrectangle
s.
In particular, since we add the affine term via a CartesianProduct
with a Singleton([1])
to each set in U
, one should detect this pattern and simplify (S * H1) ∩ (S * H2) = S * (H1 ∩ H2) = S * Box
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request