endCB Method
  Terminate working with BCL within an Optimizer callback. This method sets the BCL problem information back to working with the main Optimizer problem, this includes resetting the BCL problem status. There must be a matching call to beginCB 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
 Examples
Examples
XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.beginCB(mylocaloptprob); expl2.sync(BCLconstant.XPRB_XPRS_PROB); xprl2.endCB();
 See Also
See Also
 
