coin-Bcp
|
#include <MC_init.hpp>
Private Member Functions | |
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... | |
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_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... | |
![]() | |
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 8 of file MC_init.hpp.
|
privatevirtual |
Pack an algorithmic cut.
Reimplemented from BCP_user_pack.
|
privatevirtual |
Unpack an algorithmic cut.
Reimplemented from BCP_user_pack.