1. Installing PyCASSE

  • Download or clone the PyCASSE repository:

    $ git clone https://github.com/descyphy/pycasse
    
  • Navigate to PyCASSE folder where setup.py is located

1.1. Pre-requisites

  • Install dependencies:

    $ pip3 install -r requirements.txt
    

1.2. Optimization Solver

1.2.1. Gurobi

PyCASSE uses Gurobi [Gurobi] for solving mixed integer programs (MIP).

1.3. PyCASSE

  • Install PyCASSE:

    $ pip3 install .
    

You are now ready to use PyCASSE!