[−][src]Crate vrp_core
A core crate contains main buildings blocks for constructing heuristics and metaheuristic to solve rich Vehicle Routing Problem.
Modules
| algorithms | This module contains reusable algorithms without dependencies on any other module in the project. |
| construction | Building blocks for arbitrary heuristic to construct a feasible solution. |
| models | Models to represent problem and solution domain. |
| solver | |
| utils | Utility helpers. |
Macros
| impl_try_collect_tuple | |
| try_opt |