-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fallback implementation for inclusion between polytopic sets #1792
Comments
The problem is in the membership (see the top of the stack trace). |
True, dispatch is trying to use the function the uses the vertices (this one). However, in general it is more efficient and less error-prone to use the support function (this function) which is triggered if one swaps the containment check. I would add an algorithm choice for |
For a new method to handle the computation in [1] of the stack trace, i've opened #1793. |
Sounds good. |
* add algorithm option and set constraints to the default * Update src/ConcreteOperations/issubset.jl Co-Authored-By: Christian Schilling <[email protected]> * Update src/ConcreteOperations/issubset.jl * update the default * swap conditional
but
cc: @dfcaporale, @SebastianGuadalupe
The text was updated successfully, but these errors were encountered: