Uses of Class
org.cicirello.search.problems.tsp.RandomTSPMatrix
Package
Description
Classes and interfaces related to the Traveling Salesperson Problem (TSP).
-
Uses of RandomTSPMatrix in org.cicirello.search.problems.tsp
Modifier and TypeClassDescriptionstatic final class
This class implements the Traveling Salesperson Problem (TSP), and its variant, the Asymmetric Traveling Salesperson Problem (ATSP), by generating a random distance matrix, with floating-point cost edges.static final class
This class implements the Traveling Salesperson Problem (TSP), and its variant, the Asymmetric Traveling Salesperson Problem (ATSP), by generating a random distance matrix, with integer cost edges.