-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Gonzalo Lera Romero edited this page Aug 15, 2019
·
7 revisions
Documentation of the GOC library includes a description of the classes and functions along with examples.
- Base: Useful resources for any project.
- Collection: Extra functionality for STDLIB collections and new collections.
- Exception: Exception handling and manipulating functionality.
- Graph: Classes and algorithms for Graph Theory.
- JSON: Functions to deal with JSON representations (includes JSON for Modern C++)
- Linear Programming: Models and solvers for (Mixed integer) linear programming problems.
- Log: Classes to store the execution information of different algorithms.
- Math: Functionality and classes to work with mathematical models.
- Print: Resources to help printing different objects and execution traces.
- Runner: Util functions to simulate calls from Runner lib.
- String: String basic manipulation functions.
- Time: Resources to measure and represent time.
-
VRP: Resources for the Vehicle Routing Problem and its variants.
- Route
- [VRP Solution](VRP Solution)