Proof of Concept implementation for the ProvideQ Tool Paper.
This repository contains the problem instances for the vehicle routing problem and the knapsack problem, as well as a script to solve the problems with the ProvideQ Toolbox Api.
The vrp instances were taken from the CVRPLIB website, and the knapsack instances were generated using a custom script that invokes a knapsack generator.
Configure run_solvers.py to your liking.
- Set a custom
base_url
to use a different toolbox backend. - Comment out any test method calls that you don't want to run
Make sure you have Python installed run the script via the console
python ./run_solvers.py