[−][src]Crate vrp_scientific
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
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. |