DVRP Generator
We provide here a new generator of Dynamic VRP instances.Instructions
This generator has been tested in GNU/Linux and Mac OS. You need CMake in order to generate de Makefile. Follow these instructions to compile it:
- Uncompress the file
- cmake .
- make
To parameterize the instances, you should modify the file vrp.param. The available options are described in this file.