Expand description
A crate for solving Vehicle Routing Problem using default metaheuristic.
This crate provides ready-to-use functionality to solve rich Vehicle Routing Problem.
For more details check the following resources:
user guide
describes how to use cli application built from this cratevrp-core
crate implements default metaheuristic
Re-exports§
pub use vrp_core as core;
pub use vrp_pragmatic as pragmatic;
pub use vrp_scientific as scientific;
Modules§
- extensions
- Module provides various helper functionality.
Functions§
- get_
locations_ serialized - Gets locations serialized in json.
- get_
solution_ serialized - Gets solution serialized in json.