ProblemSetFixAssign(Job, Resource) Method

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.

Definition

Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public void SetFixAssign(
	Job job,
	Resource resource
)

Parameters

job  Job
The Job.
resource  Resource
The Resource.

Exceptions

ArgumentNullExceptionJob is null.
ArgumentNullExceptionResource is null.

See Also