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

Added support for IntegralityFocus Gurobi parameter. #5

Closed maxale closed 3 years ago

maxale commented 3 years ago

Parameter is described at https://www.gurobi.com/documentation/9.1/refman/integralityfocus.html

mkoeppe commented 3 years ago

Thanks!