Installation

We encourage to install the package via pip (or add it to your requirements.txt file):

(.venv) pip install gurobi-modelanalyzer

Note

If not already installed, this should install the gurobipy and numpy` packages.

Note

The package has been tested with and is supported for Python 3.7, 3.9 and 3.10. It is likely to work with other recent Python versions as well.

Note

If for some reason you prefer not to install the package, all of the functionality for the ill conditioning explainer is contained in the source files results_analyzer.py and common.py, available in the GitHub repository.