box_approximation
over interection(<unbounded set>, ::AbstractPolytope)
throws assertion error
#3844
Labels
bug 🐛
Something isn't working
If computing say
box_approximation((Hyperrectangle(;low=[19.5], high=[20.5]) × Universe(1)) ∩ Hyperrectangle(;low=[19.5, 19.0], high=[20.5, 22.0]))
(not the most interesting example, I know, but I ran into it with this where I have no control over the LHS of the intersection) then LazySets throws the assertion error: "AssertionError: the first set in the intersection must be bounded". The box approximation over this intersection is however well-defined. The order does not matter due toswap
inρ
forIntersection
s.The same thing happens for the following example:
The text was updated successfully, but these errors were encountered: