-
Notifications
You must be signed in to change notification settings - Fork 32
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
change LazySet to ConvexSet #2992
Conversation
The file I changed this PR to a draft to indicate that we should not yet merge it. |
I think this change will make the PR unnecessarily big, let's defer that to another PR? |
LGTM, thanks! I will approve next week after doing some other refactoring. We should also merge the other recently opened PRs before merging this PR, but I think they do not conflict. |
* check convexity in line segment * Update docs/src/lib/binary_functions.md * fix ambiguity * Update src/ConcreteOperations/issubset.jl Co-authored-by: Christian Schilling <[email protected]> * Update src/ConcreteOperations/issubset.jl Co-authored-by: Luca Ferranti <[email protected]> Co-authored-by: Christian Schilling <[email protected]> Co-authored-by: Luca Ferranti <[email protected]>
x-ref: #1895 (comment)
LazySet
-->ConvexSet
LazySet
make nonconvex sets subtypes offor upcoming PRLazySet
- [ ] DensePolynomialZonotope
- [ ] SimpleSparsePolynomialZonotope
- [ ] UnionSet
- [ ] UnionSetArray
- [ ] Complement
- [ ] Rectification