[Missing <summary> documentation for "N:FlightPlan.Optimizer.TSPAlgorithms"]

Classes

  ClassDescription
Public classTSPAlgorithm
Abstract class that all TSPAlgorithm classes must extend.
Public classTSPAlgorithm_BB
Tsp gui wrapper for the Branch and Bound algorithm.
Public classTSPAlgorithm_GA
Tsp gui wrapper for the Genetic Algorithm.

Interfaces

  InterfaceDescription
Public interfaceITSPAlgorithm
Interface that all TSPAlgorithm classes must implement.

Enumerations

  EnumerationDescription
Public enumerationTSPAlgorithmType
Enums the distinct types of TSP Algorithms.