setModCut Method
  Sets the model cut status of a constraint. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- m
- 
   Type: 
   SystemBoolean
   
 The boolean status to set the constraint model cut to.
Return Value
Type: Int320 on success
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... ctr.setModCut(true); 
 See Also
See Also
 
