getName Method
Returns the name of the current XPRbsos.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... System.Console.Writeln("SOS name is: " + sos.getName());
