-
Notifications
You must be signed in to change notification settings - Fork 23
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
Write the bound duals in the AMPL solution using suffixes #47
Comments
Implemented in commit dd77f37. |
Nice! Currently, we've got these strings hard-coded into MOI: So I guess we should make the sol reader more flexible as to how it parses suffixes. Alternatively, we could make Uno call them |
Making the sol reader more flexible would be advantageous, although I'm unsure which convention we could use. |
I'll fix this in MOI jump-dev/MathOptInterface.jl#2566 |
At the moment, the call to ASL's
write_sol_ASL
writes the primal solution and the constraint duals in the .sol file. The bound duals should also be written using suffixes (see ASL documentation pp 20-22).Reported by @odow.
The text was updated successfully, but these errors were encountered: