-
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
operations on simple sparse polynomial zonotopes #2978
Conversation
Looks good after moving the binary methods to the respective files 👍 |
among the functions implemented here, it seems only |
|
moved the files. Out of curiosity, does LazySets rely on promotion mechanisms or how should it handles things like e.g. minkowski_sum(::SimpleSparsePolynomialZonotope, ::Star) |
That would require adding a specific method and is out of scope for now. |
btw currently the following fails linear_map(I, S) where |
I do not think so. |
This PR adds the operations on SSPZ described in Niklas presentation. Currently I added those into the same file of SSPZ, but maybe we want to move those in the corresponding files in
concrete_operations
?TODO
linear combinationin future PRquadratic mapin future PRconvex hullin future PR