#include <BCP_lp_node.hpp>
Public Attributes | |
BCP_storage_t | core_change |
BCP_storage_t | var_change |
BCP_storage_t | cut_change |
BCP_storage_t | warmstart |
This structure describes the ways various pieces of the current node's description are stored in the Tree Manager.
Definition at line 25 of file BCP_lp_node.hpp.
Definition at line 27 of file BCP_lp_node.hpp.
Referenced by BCP_lp_create_core(), BCP_lp_make_parent_from_node(), BCP_lp_pack_core(), BCP_lp_unpack_active_node(), and BCP_lp_unpack_parent().
Definition at line 29 of file BCP_lp_node.hpp.
Referenced by BCP_lp_create_added_vars(), BCP_lp_make_parent_from_node(), BCP_lp_pack_noncore_vars(), BCP_lp_unpack_active_node(), and BCP_lp_unpack_parent().
Definition at line 31 of file BCP_lp_node.hpp.
Referenced by BCP_lp_create_added_cuts(), BCP_lp_make_parent_from_node(), BCP_lp_pack_noncore_cuts(), BCP_lp_unpack_active_node(), and BCP_lp_unpack_parent().
Definition at line 33 of file BCP_lp_node.hpp.
Referenced by BCP_lp_create_warmstart(), BCP_lp_make_parent_from_node(), BCP_lp_pack_warmstart(), BCP_lp_unpack_active_node(), and BCP_lp_unpack_parent().