idol
A C++ Framework for Optimization
|
Classes | |
class | Strategy |
Public Member Functions | |
BranchAndBoundCallback< NodeInfoT > * | operator() () override |
BranchAndBoundCallbackFactory< NodeInfoT > * | clone () const override |
KnapsackCover & | with_lifting (bool t_value) |
KnapsackCover & | with_tree_node_cuts (bool t_value) |
KnapsackCover & | with_max_pass_root_node (unsigned int t_value) |
KnapsackCover & | with_max_cuts_factor (double t_value) |
Definition at line 17 of file KnapsackCover.h.
|
overridevirtual |
Implements idol::BranchAndBoundCallbackFactory< NodeInfoT >.
Definition at line 937 of file KnapsackCover.h.
|
overridevirtual |
Implements idol::BranchAndBoundCallbackFactory< NodeInfoT >.
Definition at line 942 of file KnapsackCover.h.
idol::Cuts::KnapsackCover< NodeInfoT > & idol::Cuts::KnapsackCover< NodeInfoT >::with_lifting | ( | bool | t_value | ) |
Definition at line 73 of file KnapsackCover.h.
idol::Cuts::KnapsackCover< NodeInfoT > & idol::Cuts::KnapsackCover< NodeInfoT >::with_max_cuts_factor | ( | double | t_value | ) |
Definition at line 49 of file KnapsackCover.h.
idol::Cuts::KnapsackCover< NodeInfoT > & idol::Cuts::KnapsackCover< NodeInfoT >::with_max_pass_root_node | ( | unsigned int | t_value | ) |
Definition at line 37 of file KnapsackCover.h.
idol::Cuts::KnapsackCover< NodeInfoT > & idol::Cuts::KnapsackCover< NodeInfoT >::with_tree_node_cuts | ( | bool | t_value | ) |
Definition at line 61 of file KnapsackCover.h.