A small case of the MIP multicommodity capacitated fixed-charge network design problem is presented using the solver GLPK. For larger instances SCIP is probably preferable but requires an executable.
- Python 3.8
- Anaconda 3
Install with the following command.
conda create --name mcnd --file requirements.txt
Ilias Parmaksizoglou