BestBound

class BestBound
template<class NodeT>
class Strategy : public idol::NodeSelectionRuleFactory<NodeT>

Public Functions

inline explicit Strategy(const BestBound &t_parent)
inline virtual NodeSelectionRules::BestBound<NodeT> *operator()(Optimizers::BranchAndBound<NodeT> &t_parent) const override
inline virtual Strategy *clone() const override