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.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob expl2; XPRBctr ctrl; boolean dstat; expl2 = new XPRBprob("example2"); ctrl = expl2.newCtr("r1"); dstat = ctrl1.isIncludeVars(); 
 See Also
See Also
 
