Skip to content
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

Support underapproximate with Hyperrectangle and alternative solver #3120

Open
schillic opened this issue Oct 10, 2022 · 0 comments
Open

Support underapproximate with Hyperrectangle and alternative solver #3120

schillic opened this issue Oct 10, 2022 · 0 comments
Labels
compatibility 🤝 Integration with other packages

Comments

@schillic
Copy link
Member

underapproximate with Hyperrectangle currently requires Ipopt, even if an alternative solver is passed.

function underapproximate(X::ConvexSet{N}, ::Type{<:Hyperrectangle};
solver=nothing) where {N}
require(@__MODULE__, :Ipopt; fun_name="underapproximate")

@schillic schillic added the compatibility 🤝 Integration with other packages label Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility 🤝 Integration with other packages
Projects
None yet
Development

No branches or pull requests

1 participant