isValid Method
  Checks whether the constraint object is valid. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... if(ctr.isValid()) DoSomething(); 
 See Also
See Also
 
