coin-Bcp
|
Class taking care of packing/unpacking. More...
#include <BB_packer.hpp>
Public Member Functions | |
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_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... | |
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... | |
![]() | |
virtual | ~BCP_user_pack () |
Additional Inherited Members | |
![]() | |
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... | |
Class taking care of packing/unpacking.
Definition at line 22 of file BB_packer.hpp.
|
inlinevirtual |
Pack warmstarting information.
Reimplemented from BCP_user_pack.
Definition at line 28 of file BB_packer.hpp.
References BCP_pack_warmstart().
|
inlinevirtual |
Unpack warmstarting information.
Reimplemented from BCP_user_pack.
Definition at line 39 of file BB_packer.hpp.
References BCP_unpack_warmstart().
|
inlinevirtual |
Pack an algorithmic variable.
Reimplemented from BCP_user_pack.
Definition at line 51 of file BB_packer.hpp.
|
inlinevirtual |
Unpack an algorithmic variable.
Reimplemented from BCP_user_pack.
Definition at line 58 of file BB_packer.hpp.
|
virtual |
Pack an algorithmic cut.
Reimplemented from BCP_user_pack.
|
virtual |
Unpack an algorithmic cut.
Reimplemented from BCP_user_pack.
|
virtual |
Pack an user data.
Reimplemented from BCP_user_pack.
|
virtual |
Unpack an user data.
Reimplemented from BCP_user_pack.