Gurobi: Difference between revisions

Jump to navigation Jump to search
m
Line 97: Line 97:


Gurobi brings it's own version of Python but that one does not contain any 3rd-party Python packages except Gurobi.  In order to use Gurobi together with popular Python  
Gurobi brings it's own version of Python but that one does not contain any 3rd-party Python packages except Gurobi.  In order to use Gurobi together with popular Python  
packages like NumPy, Matplotlib, Pandas and others, we need to create a [[Python#Creating_and_using_a_virtual_environment|virtual Python environment]]in which we can install both <code>gurobipy</code> and e.g. <code>pandas</code>.
packages like NumPy, Matplotlib, Pandas and others, we need to create a [[Python#Creating_and_using_a_virtual_environment|virtual Python environment]] in which we can install both <code>gurobipy</code> and e.g. <code>pandas</code>.


Before we start, we need to decide which combination of versions for Gurobi and Python to use.
Before we start, we need to decide which combination of versions for Gurobi and Python to use.
cc_staff
653

edits

Navigation menu