Loading...
Searching...
No Matches
idol::BestBound::Strategy< NodeT > Class Template Reference

Description

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

Definition at line 18 of file BestBound.h.

Public Methods

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

Constructor & Destructor Documentation

◆ Strategy()

template<class NodeT>
idol::BestBound::Strategy< NodeT >::Strategy ( const BestBound & t_parent)
inlineexplicit

Definition at line 20 of file BestBound.h.

Methods Documentation

◆ clone()

template<class NodeT>
Strategy * idol::BestBound::Strategy< NodeT >::clone ( ) const
inlineoverridevirtual

Implements idol::NodeSelectionRuleFactory< NodeT >.

Definition at line 26 of file BestBound.h.

◆ operator()()

template<class NodeT>
NodeSelectionRules::BestBound< NodeT > * idol::BestBound::Strategy< NodeT >::operator() ( Optimizers::BranchAndBound< NodeT > & t_parent) const
inlineoverridevirtual

Implements idol::NodeSelectionRuleFactory< NodeT >.

Definition at line 22 of file BestBound.h.