BestEstimate
The “best estimate” node selection rule was introduced in J. J. H. Forrest, J. P. H. Hirst, J. A. Tomlin, (1974) Practical Solution of Large Mixed Integer Programming Problems with Umpire. Management Science 20(5):736-773.
Doxygen
-
class BestEstimate
-
template<class NodeT>
class Strategy : public idol::NodeSelectionRuleFactory<NodeT>
Public Functions
-
inline explicit Strategy(const BestEstimate &t_parent)
-
inline virtual NodeSelectionRules::BestEstimate<NodeT> *operator()(Optimizers::BranchAndBound<NodeT> &t_parent) const override
-
inline virtual Strategy *clone() const override