Skip to content
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

Multiobjective Optimization Support #738

Open
erdembanak opened this issue Mar 10, 2024 · 0 comments
Open

Multiobjective Optimization Support #738

erdembanak opened this issue Mar 10, 2024 · 0 comments

Comments

@erdembanak
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant