getCRef Method
  Return the CRef reference of the XPRBbasis object. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBbasis basis = new XPRBbasis(); ... IntPtr pbasis; pbasis = basis.getCRef(); 
 See Also
See Also
 
