idol
A C++ Framework for Optimization
|
Classes | |
class | Strategy |
Public Member Functions | |
template<class IteratorT > | |
StrongBranching (IteratorT t_begin, IteratorT t_end) | |
StrongBranching & | with_max_n_variables (unsigned int t_n_variables) |
StrongBranching & | with_node_scoring_function (const NodeScoreFunction &t_score_function) |
StrongBranching & | add_phase (const StrongBranchingPhaseType &t_phase, unsigned int t_max_n_variables, unsigned int t_max_depth) |
Definition at line 17 of file StrongBranching.h.
|
inline |
Definition at line 22 of file StrongBranching.h.