-
Notifications
You must be signed in to change notification settings - Fork 9
Improve the error message for VectorNonlinearFunction #205
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
Improve the error message for VectorNonlinearFunction #205
Conversation
|
@blegat cc @odow |
|
We could also use bridges in |
Co-authored-by: Benoît Legat <[email protected]>
Co-authored-by: Benoît Legat <[email protected]>
6efd14a to
5b8619a
Compare
|
@blegat For the bridges, do you have one that reformulate the complementarity constraints |
a212d5e
into
JuliaSmoothOptimizers:main
|
Nope. It's on my TODO list for a separate package. Also note that your definition of complementarity does not match MOI's. The restrictions on |
|
We use this reformulation in our case for SCOPF: I should add a proper support of these constraints in the API NLPModels.jl such that the hybrid ExaModels.jl can exploit what you did in MOI. |
close #204
We need a JuMP model with a
SNFas objective and aVNFfor the constraints for the tests.