ProblemSetFixAssign Method (String, String) |
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(
string jobID,
string resourceID
)
Public Sub SetFixAssign (
jobID As String,
resourceID As String
)
public:
void SetFixAssign(
String^ jobID,
String^ resourceID
)
member SetFixAssign :
jobID : string *
resourceID : string -> unit
Parameters
- jobID
- Type: SystemString
The Job ID - resourceID
- Type: SystemString
The Resource ID
Exceptions
See Also