We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Gurobi and CPLEX, it is possible to use multiple objectives: https://www.gurobi.com/documentation/current/refman/multiple_objectives.html
They extend LP format and do it similarly:
https://www.ibm.com/docs/en/icos/22.1.1?topic=representation-multiobjective-optimization-in-lp-file-format https://www.gurobi.com/documentation/current/refman/lp_format.html#format:LP
Gurobi also extends MPS:
https://www.gurobi.com/documentation/current/refman/mps_format.html#format:MPS
A good starting point would be supporting writing LP (and MPS maybe) based on the format used by CPLEX and Gurobi.
Please answer these questions before submitting your feature request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In Gurobi and CPLEX, it is possible to use multiple objectives: https://www.gurobi.com/documentation/current/refman/multiple_objectives.html
They extend LP format and do it similarly:
https://www.ibm.com/docs/en/icos/22.1.1?topic=representation-multiobjective-optimization-in-lp-file-format
https://www.gurobi.com/documentation/current/refman/lp_format.html#format:LP
Gurobi also extends MPS:
https://www.gurobi.com/documentation/current/refman/mps_format.html#format:MPS
A good starting point would be supporting writing LP (and MPS maybe) based on the format used by CPLEX and Gurobi.
Additional info
Please answer these questions before submitting your feature request.
Is your feature request related to an issue? Please include the issue number.
Does this feature exist in another product or project? Please provide a link.
The text was updated successfully, but these errors were encountered: