Getting Started¶
Installation¶
Quick installation¶
- Check requirements:
- Python 3.7
- Gurobi Optimizer
- Clone or download repository.
- In your Python environment, run:
pip install -e path_to_repository
Recommended installation¶
The following installation procedure contains additional steps and is less prone to potential errors due to the use of Anaconda.
- Check requirements:
- Anaconda Distribution (Python 3.x version)
- Gurobi Optimizer or CPLEX Optimizer
- Clone or download repository.
- In Anaconda Prompt, run:
conda create -n bipmo python=3.7conda activate bipmoconda install pandaspip install -e path_to_repository.
Important
Please also create an issue on Github if you run into problems with the normal installation procedure.
Examples¶
The examples directory contains run scripts which demonstrate possible usages of BiPMo.
Contributing¶
If you are keen to contribute to this project, please see Contributing.