isValid Method
  Returns whether the current XPRBcut object is valid. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); ... if(cut.isValid()) System.Console.Writeln("The cut is valid."); 
 See Also
See Also
 
