ProblemSetFixAssign Method (Job, Resource) |
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
Syntaxpublic void SetFixAssign(
Job job,
Resource resource
)
Public Sub SetFixAssign (
job As Job,
resource As Resource
)
public:
void SetFixAssign(
Job^ job,
Resource^ resource
)
member SetFixAssign :
job : Job *
resource : Resource -> unit
Parameters
- job
- Type: VRSolverJob
The Job. - resource
- Type: VRSolverResource
The Resource.
Exceptions
See Also