Expand description
Scientific crate contains logic to read scientific problems used to benchmark different VRP related algorithms.
§Supported formats
- solomon: see Solomon benchmark
- lilim: see Li&Lim benchmark
- tsplib subset of TSPLIB95 format
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.
- Contains functionality to read tsplib95 problem and write its solution.
Macros§
- A macro to get tuple from collection items.
- A helper macro for getting tuple of collection items.