Crate vrp_cli

Source
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 crate
  • vrp-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.