isModCut Method
Gets the model cut status of a constraint.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... if(ctr.isModCut()) System.Console.Writeln("Model cut status is true.");
