Parser for the TSPLIB format in Rust
Warning: This crate is work in progress and is not comprehensively tested!
In addition to the specifications by TSPLIB95, the following features are supported:
- Maximum distance (
DISTANCE) and service time (SERVICE_TIME) for some instances in CVRPLIB. - Multi-dimensional demands (
DEMAND_DIMENSION) for multi-commodity pickup-and-delivery TSP (m-PDTSP).
Examples
use env;
use Instance;