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
Syntaxpublic void CreateNewRoute(
string resourceID,
List<string> jobPartIDs
)
Public Sub CreateNewRoute (
resourceID As String,
jobPartIDs As List(Of String)
)
public:
void CreateNewRoute(
String^ resourceID,
List<String^>^ jobPartIDs
)
member CreateNewRoute :
resourceID : string *
jobPartIDs : List<string> -> unit
Parameters
- resourceID
- Type: SystemString
The resource. - jobPartIDs
- Type: System.Collections.GenericListString
The ordered list of job parts in the route to create.
Exceptions
See Also