Expand description
TSP instance representation and parsers.
Supports multiple formats:
- TSPLIB (standard benchmark format)
- CSV (simple coordinate format)
- Distance matrix (JSON)
Structs§
- TspInstance
- A TSP problem instance
- Tsplib
Parser - Parser for TSPLIB format files
Enums§
- Edge
Weight Type - Edge weight computation method