Crate mahf_tsplib

source ·
Expand description

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

Structs

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

Enums

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

Type Definitions