Crate vrp_scientific

Source
Expand description

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.
tsplib
Contains functionality to read tsplib95 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.