Crate vrp_scientific[][src]

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

Contains common text reading and writing functionality.

Contains functionality to read lilim problem and write its solution.

Contains functionality to read solomon problem and write its solution.

Macros

A macro to get tuple from collection items.

A helper macro for getting tuple of collection items.