Click or drag to resize

ProblemSetFixAssign Method (String, String)

Fix a job assignment to the selected resource i.e. the solver will ensure this assignment is made and the job is not assigned to a different resource.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public void SetFixAssign(
	string jobID,
	string resourceID
)

Parameters

jobID
Type: SystemString
The Job ID
resourceID
Type: SystemString
The Resource ID
Exceptions
ExceptionCondition
ArgumentNullExceptionJobID is null.
ArgumentNullExceptionResourceID is null.
ArgumentNullExceptionCannot find Job with matching ID.
ArgumentNullExceptionCannot find Resource with ResourceID.
See Also

www.routingautomation.com | support