ProblemSetNotAssign(String, String) Method

Ensures the solver will not assign the job to the selected resource.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public void SetNotAssign(
	string jobID,
	string resourceID
)

Parameters

jobID  String
The job
resourceID  String
The resource

Exceptions

ArgumentNullExceptionJobID is null.
ArgumentNullExceptionResourceID is null.
ArgumentNullExceptionCannot find Job with matching ID.
ArgumentNullExceptionCannot find Resource with ResourceID.

See Also