This application is dedicated for solving Vehicle Routing Problem.
$ git clone https://github.com/mjakobczyk/vrp.git
$ cd vrp
$ make build
First, specify path to the file as an input argument to the application in Makefile.
There are some default files provided in resources
directory.
// Makefile:7
resource=<path_to_the_input_file>
Second, run the application and collect results.
$ make run