getProb Method
Get the current problem from the internal BCL space.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


See the BCL C reference XPRBgetprob for further information.

XPRBprob prob = new XPRBprob("NewProblem"); ... IntPtr curProbRef = prob.getProb();
