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

Description

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

Definition at line 16 of file BestBound.h.

Public Methods

 BestBound (Optimizers::BranchAndBound< NodeT > &t_parent)
NodeSet< Node< NodeT > >::const_iterator operator() (const NodeSet< Node< NodeT > > &t_active_nodes) override
Optimizers::BranchAndBound< NodeT > & parent ()

Constructor & Destructor Documentation

◆ BestBound()

template<class NodeT>
idol::NodeSelectionRules::BestBound< NodeT >::BestBound ( Optimizers::BranchAndBound< NodeT > & t_parent)
inlineexplicit

Definition at line 18 of file BestBound.h.

Methods Documentation

◆ operator()()

template<class NodeT>
NodeSet< Node< NodeT > >::const_iterator idol::NodeSelectionRules::BestBound< NodeT >::operator() ( const NodeSet< Node< NodeT > > & t_active_nodes)
inlineoverridevirtual

Implements idol::NodeSelectionRule< NodeT >.

Definition at line 20 of file BestBound.h.

◆ parent()

Optimizers::BranchAndBound< NodeT > & idol::NodeSelectionRule< NodeT >::parent ( )
inlineinherited

Definition at line 30 of file NodeSelectionRule.h.