This repo has sample codes for day-to-day use problems in transportation using state-of-the-art libraries.
- Install using
pip install ortools
- Works with asymmeytric costs
- Does not work with negative edge weights
- Download LKH3 from here: http://webhotel4.ruc.dk/~keld/research/LKH-3/
- Install on a Unix/Linux machine execute the following commands:
tar xvfz LKH-3.0.10.tgz
cd LKH-3.0.10
make
- Works with asymmeytric costs
- Does not work with negative edge weights