ProblemSetNotAssign Method (String, String) |
Ensures the solver will not assign the job to the selected resource.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic void SetNotAssign(
string jobID,
string resourceID
)
Public Sub SetNotAssign (
jobID As String,
resourceID As String
)
public:
void SetNotAssign(
String^ jobID,
String^ resourceID
)
member SetNotAssign :
jobID : string *
resourceID : string -> unit
Parameters
- jobID
- Type: SystemString
The job - resourceID
- Type: SystemString
The resource
Exceptions
See Also