SolutionCreate New Route Method
Create a new initial route. This can be used for when passing an initial solution to the solver.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public void CreateNewRoute(
string resourceID,
List<string> jobPartIDs
)VB
Public Sub CreateNewRoute (
resourceID As String,
jobPartIDs As List(Of String)
)C++
public:
void CreateNewRoute(
String^ resourceID,
List<String^>^ jobPartIDs
)F#
member CreateNewRoute :
resourceID : string *
jobPartIDs : List<string> -> unit Parameters
Exceptions
| ArgumentNullException | ResourceID is null. |
| ArgumentNullException | Resource ID not defined. |
| ArgumentException | JobPart not found. |