-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to LazySets v2 #171
Comments
We want to remove the (non-convex) union of convex sets from another convex set. Although some needed operations (at least Seems like non-convex sets are not supported yet although JuliaReach is actively working on it, see:
I propose to keep our implementation for now and extend it if needed |
They now seem to support nonconvex sets so we should reconsider |
On a separate note, LazySets now has submodules for all basic set types. I did not check what exactly you use, but for instance if all you need is the |
Now
Union
andUnionSetArray
subtypeLazySet
so this might simplify Dionysos with the issue we had with @adrienbanseThe text was updated successfully, but these errors were encountered: