Repository with the aim of getting started with the gurobi optimitzation techonology and as an introduction to data modelling problems.
Note: you may need a license to run gurobipy on your own machine, if so you can check the Gurobi Website for more information.
Install the python module gurobipy by running pip install gurobipy
in your shell.
Import the module adding import gurobipy as gb
at the top of your python script and start coding.