C++ Reference

C++ Reference: Graph

VolgenantJonkerEvaluator< CostType >

Detailed Description

template<typename CostType>
class operations_research::VolgenantJonkerEvaluator< CostType >

Definition at line 153 of file one_tree_lower_bound.h.

Public Member Functions

 VolgenantJonkerEvaluator (int number_of_nodes, int max_iterations)
 
bool Next ()
 
double GetStep () const
 
void OnOneTree (CostType one_tree_cost, double w, const std::vector< int > &degrees)
 
void OnNewWMax (CostType one_tree_cost)
 

Constructor & Destructor Documentation

◆ VolgenantJonkerEvaluator()

VolgenantJonkerEvaluator ( int  number_of_nodes,
int  max_iterations 
)
inline

Definition at line 155 of file one_tree_lower_bound.h.

Member Function Documentation

◆ GetStep()

double GetStep ( ) const
inline

Definition at line 165 of file one_tree_lower_bound.h.

◆ Next()

bool Next ( )
inline

Definition at line 163 of file one_tree_lower_bound.h.

◆ OnNewWMax()

void OnNewWMax ( CostType  one_tree_cost)
inline

Definition at line 183 of file one_tree_lower_bound.h.

◆ OnOneTree()

void OnOneTree ( CostType  one_tree_cost,
double  w,
const std::vector< int > &  degrees 
)
inline

Definition at line 175 of file one_tree_lower_bound.h.


The documentation for this class was generated from the following file: