-
Notifications
You must be signed in to change notification settings - Fork 27
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
Considers constrained variables from Dualization #163
Comments
What needs to be done on this end? |
I am not 100% sure this will change considerably the solution times. Right now, BilevelJuMP is only able to write a KKT from a Dualization.jl Standard form. |
So it would be required to add complements for the inequality stationarity conditions related to primal bounded variables, right? My guess that this would speed things up was because one dual variable per bound could actually be cut out then |
Think I may have found a way for this without too much unnecessary bookkeeping: #189. |
PS: sorry for the spam here and on Dualization.jl the last few days :D |
Since #171 the latest Dualization is supported.
Additional changes are required to support compact for of dual because more data has to be read from PrimalDualMap.
The text was updated successfully, but these errors were encountered: