coin-Bcp
|
#include <MCF3_tm.hpp>
Private Member Functions | |
virtual void | pack_var_algo (const BCP_var_algo *var, BCP_buffer &buf) |
Pack an algorithmic variable. More... | |
virtual BCP_var_algo * | unpack_var_algo (BCP_buffer &buf) |
Unpack an algorithmic variable. More... | |
virtual void | pack_user_data (const BCP_user_data *ud, BCP_buffer &buf) |
Pack an user data. More... | |
virtual BCP_user_data * | unpack_user_data (BCP_buffer &buf) |
Unpack an user data. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~BCP_user_pack () |
virtual void | pack_warmstart (const BCP_warmstart *ws, BCP_buffer &buf, bool report_if_default=false) |
Pack warmstarting information. More... | |
virtual BCP_warmstart * | unpack_warmstart (BCP_buffer &buf, bool report_if_default=false) |
Unpack warmstarting information. More... | |
virtual void | pack_cut_algo (const BCP_cut_algo *cut, BCP_buffer &buf) |
Pack an algorithmic cut. More... | |
virtual BCP_cut_algo * | unpack_cut_algo (BCP_buffer &buf) |
Unpack an algorithmic cut. More... | |
![]() | |
BCP_user_class * | user_class |
A pointer ot the usr class of the process from which the methods of this class are invoked from. More... | |
Definition at line 11 of file MCF3_tm.hpp.
|
inlineprivatevirtual |
Pack an algorithmic variable.
Reimplemented from BCP_user_pack.
Definition at line 15 of file MCF3_tm.hpp.
References MCF3_pack_var().
|
inlineprivatevirtual |
Unpack an algorithmic variable.
Reimplemented from BCP_user_pack.
Definition at line 20 of file MCF3_tm.hpp.
References MCF3_unpack_var().
|
inlineprivatevirtual |
Pack an user data.
Reimplemented from BCP_user_pack.
Definition at line 26 of file MCF3_tm.hpp.
References MCF3_user::pack().
|
inlineprivatevirtual |