Some summary tables and plots coming soon.
First download the instances you wish to run (Augerat or Solomon) and place them in the appropriate folders:
- Augerat ->
benchmarks/data/cvrp, - Solomon ->
benchmarks/data/cvrptw.
For Augerat, ensure that no .sol files are left in the folder
To run the results with the default configuration, from the root folder of the project (vrpy/), do
python3 -m benchmarks.runAs it goes, the csv files are created in a new benchmarks/run/results.
To see the different options do
python3 -m benchmarks.run -hThese include:
- Parallel/series runner
- CPU number specificiation
- Exploration or performance mode (default configuration)
To run tests with ortools, this code can be used.