You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
good catch, should we do this simplification always automatically in the constructor or should there be a function that must be explicitally called if the user wants to simplify, do you have something similar for other sets?
Maybe we can start by just writing a function remove_redundant_generators (there is one with the same name already for Zonotopes). Instead of applying it in the constructor, I think I'd rather use it in quadratic_map and other places that may produce redundant generators.
The example added here highlights that we should have a simplification function such that:
(This simplification is exact btw)
cc @lucaferranti
The text was updated successfully, but these errors were encountered: