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

add support for retrieving multiple solutions (solution pool) from MILP solvers #34183

Open
maxale opened this issue Jul 14, 2022 · 2 comments
Open

Comments

@maxale
Copy link
Contributor

maxale commented Jul 14, 2022

Some MILP solvers support computing multiple solutions (called solution pool) to a given MILP problem, but Sage lacks the ability to retrieve more than one solution from the solver (the existing .solve() method produces only one solution).

Here is some info on how multiple solutions can be produced in Gurobi and CPLEX solvers:

Component: linear programming

Issue created by migration from https://trac.sagemath.org/ticket/34183

@maxale maxale added this to the sage-9.7 milestone Jul 14, 2022
@mkoeppe
Copy link
Member

mkoeppe commented Jul 14, 2022

comment:1

The most likely route for Sage to improve its MIP interface is to go through CVXPY (#33920).

So a good step would be to investigate whether CVXPY provides this feature and if not, to work on getting it added.

@mkoeppe

This comment has been minimized.

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

No branches or pull requests

2 participants