isValid Method
Returns whether the CRef reference of the XPRBindexSet is valid.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset = new XPRBindexSet(); ... if(idxset.isValid()) System.Console.Writeln("Index Set is valid.");
