sagemath / sage-numerical-backends-gurobi

Gurobi mixed integer linear programming backend for SageMath. Source repository for https://pypi.org/project/sage-numerical-backends-gurobi/, can be installed on top of distributions providing SageMath. See also https://github.com/sagemath/sage-numerical-backends-cplex and https://github.com/sagemath/sage-numerical-backends-coin
GNU General Public License v2.0
7 stars 6 forks source link

add support for solution pool #6

Open maxale opened 2 years ago

maxale commented 2 years ago

Gurobi supports computing multiple solutions (solution pool) to the problem as explained at https://www.gurobi.com/documentation/9.5/refman/finding_multiple_solutions.html but currently there is no way to retrieve them in Sage.

Corresponding Sage ticket: https://github.com/sagemath/sage/issues/34183