Crate mahf_tsplib

Source
Expand description

This crate allows easy access to instances of the traveling salesman problem taken from tsplib.

Structs§

Tsp
Represents an instance of the symmetric travelling salesman problem.
TspOptimum
Represents the (global) optimum of the search space.

Enums§

Instances
This enum represents built in instances of the symmetric travelling salesman problem.

Type Aliases§

Node
Route