Package io.github.lmores.tsplib.tsp
package io.github.lmores.tsplib.tsp
-
ClassDescriptionTSP instance with edge weights computed using the 2D euclidean distance rounded up.TSP instance with edge weights computed using the 2D euclidean distance.TSP instance with edge weights computed using the 3D euclidean distance.TSP instance with edge weights explicitly defined.TSP instance with edge weights computed using the haversine distance.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.TSP instance with edge weights computed using an external function.Interface sahred by all implementations of TSP instances.Utility class that stores the optimal value of each TSP instance in TSPLIB.