Show / Hide Table of Contents

Class VNSConstructionSolver

Implements a VNS-strategy to construct feasible solution for the TSP-TW from random tours.

Inheritance
System.Object
VNSConstructionSolver
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class VNSConstructionSolver : IterativeSolver<float, TSPTWProblem, TSPTWFeasibleObjective, Tour, float>

Constructors

VNSConstructionSolver()

Creates a new VNS construction solver.

Declaration
public VNSConstructionSolver()

VNSConstructionSolver(Int32)

Creates a new VNS construction solver.

Declaration
public VNSConstructionSolver(int maxIterations)
Parameters
System.Int32 maxIterations

VNSConstructionSolver(Int32, Int32)

Creates a new VNS construction solver.

Declaration
public VNSConstructionSolver(int maxIterations, int levelMax)
Parameters
System.Int32 maxIterations

System.Int32 levelMax

Back to top Built by Itinero, MIT licensed.