#include <BCP_lp_node.hpp>
Collaboration diagram for BCP_lp_parent:
Public Member Functions | |
Constructor and destructor | |
BCP_lp_parent () | |
~BCP_lp_parent () | |
Modifying methods | |
void | clean () |
Public Attributes | |
Data members | |
BCP_problem_core_change | core_as_change |
BCP_obj_set_change | var_set |
this is *always* explicit, it's just that coding is simpler if we reuse the BCP_obj_set_change object | |
BCP_obj_set_change | cut_set |
this is *always* explicit, it's just that coding is simpler if we reuse the BCP_obj_set_change object | |
BCP_warmstart * | warmstart |
int | index |
Private Member Functions | |
Disabled methods | |
BCP_lp_parent (const BCP_lp_parent &) | |
The copy constructor is declared but not defined to disable it. | |
BCP_lp_parent & | operator= (const BCP_lp_parent &) |
The assignment operator is declared but not defined to disable it. |
This class holds the description of the parent of the current node.
Definition at line 42 of file BCP_lp_node.hpp.
BCP_lp_parent::BCP_lp_parent | ( | const BCP_lp_parent & | ) | [private] |
The copy constructor is declared but not defined to disable it.
BCP_lp_parent::BCP_lp_parent | ( | ) | [inline] |
Definition at line 73 of file BCP_lp_node.hpp.
BCP_lp_parent::~BCP_lp_parent | ( | ) |
BCP_lp_parent& BCP_lp_parent::operator= | ( | const BCP_lp_parent & | ) | [private] |
The assignment operator is declared but not defined to disable it.
void BCP_lp_parent::clean | ( | ) |
Definition at line 56 of file BCP_lp_node.hpp.
this is *always* explicit, it's just that coding is simpler if we reuse the BCP_obj_set_change object
Definition at line 59 of file BCP_lp_node.hpp.
this is *always* explicit, it's just that coding is simpler if we reuse the BCP_obj_set_change object
Definition at line 62 of file BCP_lp_node.hpp.
Definition at line 64 of file BCP_lp_node.hpp.
Definition at line 66 of file BCP_lp_node.hpp.