[][src]Crate vrp_scientific

Scientific crate contains logic to read scientific problems used to benchmark different VRP related algorithms.

Supported formats

Re-exports

pub use vrp_core as core;

Modules

common

Contains common text reading and writing functionality.

lilim

Contains functionality to read lilim problem and write its solution.

solomon

Contains functionality to read solomon problem and write its solution.

Macros

impl_try_collect_tuple

A macro to get tuple from collection items.

try_opt

A helper macro for getting tuple of collection items.