#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 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 | |
| BCP_vec< int > | positions |
| positions in the TM of requested nodes/vars/cuts | |
| 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. | |
| BCP_ts_prob & | operator= (const BCP_ts_prob &) |
| The assignment operator is declared but not defined to disable it. | |
Definition at line 74 of file BCP_tmstorage.hpp.
| BCP_ts_prob::BCP_ts_prob | ( | const BCP_ts_prob & | ) | [private] |
The copy constructor is declared but not defined to disable it.
| BCP_ts_prob::BCP_ts_prob | ( | int | my_id, | |
| int | parent | |||
| ) | [inline] |
Definition at line 110 of file BCP_tmstorage.hpp.
| BCP_ts_prob::~BCP_ts_prob | ( | ) | [virtual] |
Definition at line 150 of file BCP_tmstorage.cpp.
| BCP_ts_prob& BCP_ts_prob::operator= | ( | const BCP_ts_prob & | ) | [private] |
The assignment operator is declared but not defined to disable it.
| virtual BCP_buffer& BCP_ts_prob::get_message_buffer | ( | ) | [inline, virtual] |
Implements BCP_process.
Definition at line 119 of file BCP_tmstorage.hpp.
| void BCP_ts_prob::process_message | ( | ) | [virtual] |
Implements BCP_process.
Definition at line 427 of file BCP_tmstorage.cpp.
Definition at line 86 of file BCP_tmstorage.hpp.
Definition at line 88 of file BCP_tmstorage.hpp.
Definition at line 90 of file BCP_tmstorage.hpp.
Definition at line 92 of file BCP_tmstorage.hpp.
Definition at line 94 of file BCP_tmstorage.hpp.
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.6.1