Expand description
Structs§
- VRPInstance
- Represents a fully constructed Vehicle Routing Problem (VRP) instance loaded from a VRPLib file.
Enums§
- Load
Error - Represents all possible errors that can occur while loading a VRPLib file.
- Problem
Type - Represents the type of Vehicle Routing Problem (VRP) described by a VRPLib instance.
Functions§
- read_
from_ vrplib - Loads a VRPLib file and constructs a
VRPInstance.