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

MILP Solvers? #131

Open
stumarcus314 opened this issue Jun 3, 2024 · 1 comment
Open

MILP Solvers? #131

stumarcus314 opened this issue Jun 3, 2024 · 1 comment

Comments

@stumarcus314
Copy link

The documentation linked below explains how to select linear programming (LP) solvers for EAGO. Does EAGO also make use of mixed integer linear programming (MILP) solvers? That is, does EAGO solve MILP subproblems?
https://psorlab.github.io/EAGO.jl/dev/optimizer/high_performance/#Linear-Programming-Solver-Selection

@RXGottlieb
Copy link
Member

EAGO solves MILP subproblems if the problem given to EAGO is an MINLP. Most of the LP solvers mentioned in the documentation are capable of solving MILPs as well as LPs, but if a subsolver is selected that cannot solve MILPs, and an MINLP is given to EAGO, an error will be thrown.

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

2 participants