#include <BCP_lp_node.hpp>
Public Member Functions | |
Constructor and destructor | |
Query methods | |
size_t | varnum () const |
size_t | cutnum () const |
Modifying methods | |
void | clean () |
Public Attributes | |
int | level |
int | index |
int | iteration_count |
BCP_diving_status | dive |
BCP_column_generation | colgen |
double | quality |
double | true_lower_bound |
BCP_var_set | vars |
BCP_cut_set | cuts |
BCP_indexed_pricing_list | indexed_pricing |
BCP_warmstart * | warmstart |
BCP_vec< double > | lb_at_cutgen |
BCP_user_data * | user_data |
Data members | |
BCP_node_storage_in_tm | tm_storage |
Process id's ?? | |
BCP_proc_id * | cg |
BCP_proc_id * | cp |
BCP_proc_id * | vg |
BCP_proc_id * | vp |
Private Member Functions | |
Disabled methods | |
BCP_lp_node (const BCP_lp_node &) | |
BCP_lp_node & | operator= (const BCP_lp_node &) |
This class holds the description of the current node itself.
Definition at line 103 of file BCP_lp_node.hpp.
|
The copy constructor is declared but not defined to disable it. |
|
The assignment operator is declared but not defined to disable it. |
|
Data the user wants to pass along with the search tree node. For now it cannot be stored wrt. the parent. Definition at line 160 of file BCP_lp_node.hpp. Referenced by BCP_lp_user::get_user_data(). |