setModCut Method
Sets the model cut status of a constraint.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- m
-
Type:
SystemBoolean
The boolean status to set the constraint model cut to.
Return Value
Type: Int320 on success

XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... ctr.setModCut(true);
