The Wayback Machine - https://web.archive.org/web/20200530101522/https://github.com/topics/vrp
Skip to content
#

vrp

Here are 79 public repositories matching this topic...

ubarua123
ubarua123 commented Jun 26, 2019

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

jcoupey
jcoupey commented Apr 30, 2020

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)
michieluithetbroek
michieluithetbroek commented Apr 10, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the vrp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.