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

list of supported parameters is out-of-date #7

Open maxale opened 1 year ago

maxale commented 1 year ago

The list of supported parameters should be brought to date and reflect what is listed at https://www.gurobi.com/documentation/9.5/refman/parameters.html

In particular, parameters BestBdStop and BestObjStop are missing in version 9.3.1

In general this list should be updated with each Gurobi release.