vrp_parser 0.1.0

A library for parsing VRPLib-formatted files.
Documentation
1
2
3
4
5
6
7
8
pub mod edge_weight;
pub(crate) mod edge_weight_kind;
pub(crate) mod matrix;
pub mod problem_type;
pub(crate) mod round;

pub use edge_weight_kind::EdgeWeightKind;
pub use problem_type::ProblemType;