isValid Method
Returns whether the variable reference is valid.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); ... if(var.isValid()) System.Console.Writeln("Variable is valid.");
