idol
A C++ Framework for Optimization
Loading...
Searching...
No Matches
idol::StrongBranching Class Reference
Inheritance diagram for idol::StrongBranching:
Inheritance graph
Collaboration diagram for idol::StrongBranching:
Collaboration graph

Classes

class  Strategy
 

Public Member Functions

template<class IteratorT >
 StrongBranching (IteratorT t_begin, IteratorT t_end)
 
StrongBranchingwith_max_n_variables (unsigned int t_n_variables)
 
StrongBranchingwith_node_scoring_function (const NodeScoreFunction &t_score_function)
 
StrongBranchingadd_phase (const StrongBranchingPhaseType &t_phase, unsigned int t_max_n_variables, unsigned int t_max_depth)
 

Detailed Description

Definition at line 17 of file StrongBranching.h.

Constructor & Destructor Documentation

◆ StrongBranching()

template<class IteratorT >
idol::StrongBranching::StrongBranching ( IteratorT  t_begin,
IteratorT  t_end 
)
inline

Definition at line 22 of file StrongBranching.h.