ProblemSet Fix Assign(String, String) 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
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public void SetFixAssign(
string jobID,
string resourceID
)VB
Public Sub SetFixAssign (
jobID As String,
resourceID As String
)C++
public:
void SetFixAssign(
String^ jobID,
String^ resourceID
)F#
member SetFixAssign :
jobID : string *
resourceID : string -> unit Parameters
Exceptions
| ArgumentNullException | JobID is null. |
| ArgumentNullException | ResourceID is null. |
| ArgumentNullException | Cannot find Job with matching ID. |
| ArgumentNullException | Cannot find Resource with ResourceID. |