Crate vrp_pragmatic

source ·
Expand description

Pragmatic crates aims to solve real world VRP variations allowing users to specify their problems via simple pragmatic json format.

Re-exports

pub use vrp_core as core;

Modules

This module provides functionality to automatically check that given solution is feasible which means that there is no constraint violations.
Contains a building blocks to create a different VRP variants.
This module defines logic to serialize/deserialize problem and routing matrix in pragmatic format from json input and create and write pragmatic solution.
This module provides functionality to validate problem definition for logical correctness.

Functions

Get lists of problem.