Skip to content

Proof of Concept implementation for the ProvideQ Tool Paper

License

Notifications You must be signed in to change notification settings

ProvideQ/provideq-tool-paper-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provideq-tool-paper-poc

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.

How to use

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

About

Proof of Concept implementation for the ProvideQ Tool Paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published