Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

File metadata and controls

27 lines (18 loc) · 1.03 KB

Location routing problem problem

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.

Faciliry Location Problem (FLP)

UFLP Uncapacitated Facility location
CFLP Capacitated Facility location
TUFLP Two-echelon Capacitated Facility location

Vehicle Routing Problem (VRP)

TSP Traveling Salesman
mTSP m Traveling Salesman

Creating your own script

You can can use the following template to easily formulate

Dependencies

I created a custom wrapper around the cplex python API that I use in the above examples: https://github.com/xNok/OR_CPLEX_solve