#include <BCP_tmstorage.hpp>


Public Member Functions | |
| BCP_ts_prob (int my_id, int parent) | |
| virtual | ~BCP_ts_prob () |
| virtual BCP_buffer & | get_message_buffer () |
| virtual void | process_message () |
Public Member Functions inherited from BCP_process | |
| BCP_process (int self, int my_parent) | |
| virtual | ~BCP_process () |
| int | get_process_id () const |
| int | get_parent () const |
Public Attributes | |
| BCP_ts_user * | user |
| BCP_user_pack * | packer |
| BCP_message_environment * | msg_env |
| BCP_parameter_set< BCP_ts_par > | par |
| BCP_buffer | msg_buf |
| BCP_problem_core * | core |
| BCP_vec< int > | indices |
| a list of indices of nodes/vars/cuts that are requested/tobe deleted More... | |
| BCP_vec< int > | positions |
| positions in the TM of requested nodes/vars/cuts More... | |
| std::map< int, BCP_ts_node_data * > | nodes |
| std::map< int, BCP_var_algo * > | vars |
| std::map< int, BCP_cut_algo * > | cuts |
Private Member Functions | |
Disabled methods | |
| BCP_ts_prob (const BCP_ts_prob &) | |
| The copy constructor is declared but not defined to disable it. More... | |
| BCP_ts_prob & | operator= (const BCP_ts_prob &) |
| The assignment operator is declared but not defined to disable it. More... | |
Definition at line 74 of file BCP_tmstorage.hpp.
|
private |
The copy constructor is declared but not defined to disable it.
Definition at line 110 of file BCP_tmstorage.hpp.
|
virtual |
Definition at line 150 of file BCP_tmstorage.cpp.
|
private |
The assignment operator is declared but not defined to disable it.
|
inlinevirtual |
Implements BCP_process.
Definition at line 119 of file BCP_tmstorage.hpp.
|
virtual |
Implements BCP_process.
Definition at line 427 of file BCP_tmstorage.cpp.
| BCP_ts_user* BCP_ts_prob::user |
Definition at line 86 of file BCP_tmstorage.hpp.
| BCP_user_pack* BCP_ts_prob::packer |
Definition at line 88 of file BCP_tmstorage.hpp.
| BCP_message_environment* BCP_ts_prob::msg_env |
Definition at line 90 of file BCP_tmstorage.hpp.
| BCP_parameter_set<BCP_ts_par> BCP_ts_prob::par |
Definition at line 92 of file BCP_tmstorage.hpp.
| BCP_buffer BCP_ts_prob::msg_buf |
Definition at line 94 of file BCP_tmstorage.hpp.
| BCP_problem_core* BCP_ts_prob::core |
Definition at line 96 of file BCP_tmstorage.hpp.
a list of indices of nodes/vars/cuts that are requested/tobe deleted
Definition at line 98 of file BCP_tmstorage.hpp.
positions in the TM of requested nodes/vars/cuts
Definition at line 100 of file BCP_tmstorage.hpp.
| std::map<int, BCP_ts_node_data*> BCP_ts_prob::nodes |
Definition at line 102 of file BCP_tmstorage.hpp.
| std::map<int, BCP_var_algo*> BCP_ts_prob::vars |
Definition at line 104 of file BCP_tmstorage.hpp.
| std::map<int, BCP_cut_algo*> BCP_ts_prob::cuts |
Definition at line 106 of file BCP_tmstorage.hpp.
1.8.5