Tsp gui wrapper for the Branch and Bound algorithm.

Namespace: FlightPlan.Optimizer.TSPAlgorithms
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class TSPAlgorithm_BB : TSPAlgorithm
Visual Basic
Public Class TSPAlgorithm_BB _
	Inherits TSPAlgorithm
Visual C++
public ref class TSPAlgorithm_BB : public TSPAlgorithm

Inheritance Hierarchy

System..::..Object
  FlightPlan.Optimizer.TSPAlgorithms..::..TSPAlgorithm
    FlightPlan.Optimizer.TSPAlgorithms..::..TSPAlgorithm_BB

See Also