Expand description
A library for parsing TSPLIB file formats.
The original documentation for TSPLIB can be found in the website of Ruprecht-Karls-Universität Heidelberg.
Modules§
Structs§
- Point
- Represents a node coordinate.
- Tsp
- Represents a parsed TSP dataset.
- TspBuilder
- Responsible for constructing an instance of
Tsp
.
Enums§
- Coord
Kind - Specifies how node coordinates are stored in a file.
- Display
Kind - Specifies how node coordinates for display purpose are stored in a file.
- Edge
Format - Specifies how list of edges are stored in a file.
- Parse
TspError - An enum for errors that might occur during parsing.
- TspKind
- Enum for TSP’s variants.
- Weight
Format - Specifies how edge weights are stored in a file.
- Weight
Kind - An enum for distance functions defined in the
TSPLIB
format.