-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix EXP tests #24
Comments
As a fall back, I presume one can specify the EXP constraint in a non-linear form rather than a conic, correct? |
Correct, in fact the bridge would reformulate the exp conic constraint into the exact same nlp form. |
Why does Pavito accept EXP constraints? It's an MINLP solver, not a MI-conic solver. |
It got it from free with the Conic to NLP bridge in MPB. Testing with these did not really test any features of Pavito, it was just additional coverage for Pavito and the Conic to NLP bridges. |
Closing because Pavito does not support exponential cones. |
The MPB implementation relied on https://github.com/mlubin/ConicNonlinearBridge.jl/ to bridge the exp constraint into nonlinear constraints. We may want to way jump-dev/MathOptInterface.jl#846 and implement an MOI bridge from the exp constraint to a nonlinear one.
The text was updated successfully, but these errors were encountered: