Uses of Package
org.cicirello.search.problems.tsp

Package
Description
Classes and interfaces related to the Traveling Salesperson Problem (TSP).
  • Class
    Description
    This class serves as an abstract base class for the various classes that implement variations of the Traveling Salesperson Problem provided by the library.
    This class and its nested classes implement the Traveling Salesperson Problem (TSP), and its variant, the Asymmetric Traveling Salesperson Problem (ATSP), by generating a random distance matrix.
    This class and its nested classes implement the Traveling Salesperson Problem (TSP), such that cities are 2D points, and edge costs is the distance between them.
    A functional interface for specifying a distance function between a pair of cities in a TSP instance.