Vehicle routing problem with Ant colony optimization.
For full implementation simply run:
make
Implementation without 2-opt:
make vrpW2O
Implementation without candidates list:
make vrpWC
Implementation with alternative visibility:
make vrpDis
It is simple one argument program so:
./vrp PATH_TO_PROBLEM
Folder solve contains fourteen benchmark downloaded from: http://neo.lcc.uma.es/vrp/vrp-instances/capacitated-vrp-instances/ .
Format of input file must be the same as format of these files.
Folder exp contains results of experiments runed with scripts test*.sh