Interface that all TSPAlgorithm classes must implement.

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

Syntax

C#
public interface ITSPAlgorithm
Visual Basic
Public Interface ITSPAlgorithm
Visual C++
public interface class ITSPAlgorithm

See Also