getName Method
  Returns the name of the current XPRbsos. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... System.Console.Writeln("SOS name is: " + sos.getName()); 
 See Also
See Also
 
