isIncludeVars Method
Test the type of a constraint. This method indicates whether this constraint is an 'include vars' constraint or an ordinary constraint.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob expl2; XPRBctr ctrl; boolean dstat; expl2 = new XPRBprob("example2"); ctrl = expl2.newCtr("r1"); dstat = ctrl1.isIncludeVars();
