Number of closest edges to take for each node.
0 means all the edges.
Namespace: FlightPlan.Optimizer.TSPAlgorithmsAssembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[DefaultValueAttribute()] public int Knn { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute()> _ Public Property Knn As Integer Get Set |
Visual C++ |
---|
[DefaultValueAttribute()] public: property int Knn { int get (); void set (int value); } |