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

sage-numerical-backends-gurobi affects the output of the show() method of MILP solver instances #3

Closed seblabbe closed 4 years ago

seblabbe commented 4 years ago

It seems installing sage-numerical-backends-gurobi affects the output of the show() method of MILP solver instances (x_0 gets replaced by x_.

See https://trac.sagemath.org/ticket/29955#comment:4

seblabbe commented 4 years ago

I suggest to close this issue as a duplicate of issue #2