Initializing help system before first use

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: 37.1.1.0
Syntax
C#
VB
public void endCB()

Return Value

Type: 
0 on success.
Examples
XPRBprob expl2;
expl2 = new XPRBprob("example2");
...
expl2.beginCB(mylocaloptprob);
expl2.sync(BCLconstant.XPRB_XPRS_PROB);
xprl2.endCB();
See Also