vrp
Here are 79 public repositories matching this topic...
Revamp readme
The current readme is, hum, quite sparse on information. Considering this is the entry point for the project on GitHub, it should be improved to contain more high-level information and pointers to other resources. What should be added:
- supported problem types
- more detail on features
- supported routing engines
- the kind of tests we have in place (CI builds, runs on various benchmarks)
-
Updated
May 8, 2020 - Python
-
Updated
Dec 3, 2016 - MATLAB
-
Updated
May 29, 2020 - Rust
-
Updated
Dec 31, 2019 - Lua
-
Updated
May 24, 2020 - Ruby
-
Updated
Sep 30, 2019 - C
-
Updated
Oct 15, 2016 - Python
-
Updated
May 17, 2020 - C++
-
Updated
Feb 5, 2018 - Java
-
Updated
May 22, 2020 - Ruby
-
Updated
Nov 16, 2017 - AMPL
-
Updated
May 23, 2020 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Jan 27, 2019 - Jupyter Notebook
-
Updated
Jul 4, 2017 - Julia
-
Updated
May 6, 2020 - C++
-
Updated
Oct 19, 2019 - Python
-
Updated
Jul 18, 2018 - Python
-
Updated
Jun 7, 2018 - Java
-
Updated
Oct 1, 2018 - Java
The function Cut::getCuts uses the function Cut::createIloRange to translate vector<CutReturn> into vector<IloRange> such that the valid inequalities can be used by CPLEX. We should also add a function that translates our CutReturn objects into objects that can be used by Gurobi.
Do not forget to update the wiki page that describes how to use another solver as this now explains how t
Improve this page
Add a description, image, and links to the vrp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vrp topic, visit your repo's landing page and select "manage topics."


More than the algorithm, there are a lot of interfaces, classes which don't have any sort of documentation. How are they executed, their execution order, parameters etc.
Algorithm can be understood from the books and the white papers, but understanding someone else's library without document increases development time exponentially.
The library is excellent, but without proper documentation (c