Click or drag to resize

SolutionCreateNewRoute Method

Create a new initial route. This can be used for when passing an initial solution to the solver.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public void CreateNewRoute(
	string resourceID,
	List<string> jobPartIDs
)

Parameters

resourceID
Type: SystemString
The resource.
jobPartIDs
Type: System.Collections.GenericListString
The ordered list of job parts in the route to create.
Exceptions
ExceptionCondition
ArgumentNullExceptionResourceID is null.
ArgumentNullExceptionResource ID not defined.
ArgumentExceptionJobPart not found.
See Also

www.routingautomation.com | support