This repository contains an implemetation of several MIP concerning the Location routing problem. The Iphython notebooks provide a mathematical discription of those problem and the code to solve them with Cplex thought the Python API.
UFLP | Uncapacitated Facility location |
CFLP | Capacitated Facility location |
TUFLP | Two-echelon Capacitated Facility location |
TSP | Traveling Salesman |
mTSP | m Traveling Salesman |
You can can use the following template to easily formulate
I created a custom wrapper around the cplex python API that I use in the above examples: https://github.com/xNok/OR_CPLEX_solve