getID Method
Get the ID of a cut. The default ID value is 0.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); cut.setID(1234); ... System.Console.Writeln("Cut ID is: " + cut.getID());
