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


XPRBprob expl2; expl2 = new XPRBprob("example2"); ... expl2.beginCB(mylocaloptprob); expl2.sync(BCLconstant.XPRB_XPRS_PROB); xprl2.endCB();
