next up previous contents index
Next: The Sense of the Up: The Master Previous: Limits on the Optimization

The Initialization of the Branch-and-Bound Tree

When the optimization is started, the root node of the branch-and-bound tree has to be initialized with an object of the class ABA_SUB . However, the class ABA_SUB is an abstract class, from which a class implementing the problem specific features of the subproblem optimization has to be derived. Therefore, the initialization of the root node is performed by a pure virtual function returning a pointer to a class derived from the class ABA_SUB. This function has to be defined by a problem specific class derived from the class ABA_MASTER.



Stefan Thienel
Fri Sep 19 11:32:54 MET DST 1997