-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
Submodule: FileFormatsAbout the FileFormats submoduleAbout the FileFormats submodule
Milestone
Description
Introduced in #1391, but broke joaquimg/BilevelJuMP.jl#170.
We should add an option to skip
MathOptInterface.jl/src/FileFormats/MPS/MPS.jl
Lines 174 to 178 in 6b50fa0
| if MOI.get(model, MOI.ObjectiveSense()) == MOI.MAX_SENSE | |
| println(io, "OBJSENSE MAX") | |
| else | |
| println(io, "OBJSENSE MIN") | |
| end |
and negate the objective coefficients.
cc @joaquimg
Metadata
Metadata
Assignees
Labels
Submodule: FileFormatsAbout the FileFormats submoduleAbout the FileFormats submodule