ProblemSet Allow Assign(Job, Resource) Method
Allows the Job to be assigned to the selected Resource if it
was previously not allowed by calling SetNotAssign.
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 SetAllowAssign(
Job job,
Resource resource
)VB
Public Sub SetAllowAssign (
job As Job,
resource As Resource
)C++
public:
void SetAllowAssign(
Job^ job,
Resource^ resource
)F#
member SetAllowAssign :
job : Job *
resource : Resource -> unit Parameters
Exceptions
| ArgumentNullException | Job is null. |
| ArgumentNullException | Resource is null. |