You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Gurobi: https://www.gurobi.com/documentation/9.5/refman/finding_multiple_solutions.html
CPLEX: https://www.ibm.com/docs/en/icos/20.1.0?topic=optimization-solution-pool-generating-keeping-multiple-solutions
Component: linear programming
Issue created by migration from https://trac.sagemath.org/ticket/34183
The text was updated successfully, but these errors were encountered: