All Classes and Interfaces

Class
Description
Interface shared by all ATSP instances.
Utility class that stores the optimal value of each ATSP instance in TSPLIB.
Interface implemented by all classes that represent a problem type from TSPLIB.
TSP instance with edge weights computed using the 2D euclidean distance rounded up.
TSP instance with edge weights computed using the 2D euclidean distance.
VRP instance with edge weights computed using the 2D euclidean distance.
TSP instance with edge weights computed using the 3D euclidean distance.
ATSP instance with edge weights explicitly defined.
TSP instance with edge weights explicitly defined.
 
TSP instance with edge weights computed using the haversine distance.
Represent a HCP instances.
TSP instance with edge weights computed using the 2D manhattan distance.
TSP instance with edge weights computed using the 3D manhattan distance.
TSP instance with edge weights computed using the Chebyshev (max) distance.
TSP instance with edge weights computed using the Chebyshev (max) distance.
TSP instance with edge weights computed using a pseudo euclidean distance.
VRP instance with edge weights computed using a pseudo euclidean distance.
The sole purpose of this class is to run the snippets used in README.md.
Representation of a tour on a graph as a sequence of nodes.
Represent a SOP instances.
TSP instance with edge weights computed using an external function.
Interface sahred by all implementations of TSP instances.
Methods to load the TSPLIB instances shipped with this package.
Store the data found when reading a file in the TSPLIB format.
Collection of constants used in TSPLIB instance files.
Values allowed in the 'DISPLAY_DATA_TYPE' section of TSPLIB file format.
Values allowed in the 'EDGE_FORMAT_DATA' section of TSPLIB file format.
Values allowed in the 'EDGE_WEIGHT_FORMAT' section of TSPLIB file format.
Values allowed in the 'EDGE_WEIGHT_TYPE' section of TSPLIB file format.
Values allowed in the 'NODE_COORD_TYPE' section of TSPLIB file format.
Values allowed in the 'TYPE' section of TSPLIB file format.
Exception thrown when an error is encountered while parsing a TSPLIB file.
Utilities to interact with the data contained in TSPLIB instances.
Utility class that stores the optimal value of each TSP instance in TSPLIB.
Interface shared by all implementations of VRP instances.