23 const int argnum,
const char *
const * arglist);
BCP_tm_user * tm_init(BCP_tm_prob &p, const int argnum, const char *const *arglist)
This is the class from which the user should derive her own algorithmic cuts.
The BCP_lp_user class is the base class from which the user can derive a problem specific class to be...
BCP_lp_user * lp_init(BCP_lp_prob &p)
This class is an abstract base class for the initializer class the user has to provide.
BCP_user_pack * packer_init(BCP_user_class *p)
virtual void pack_cut_algo(const BCP_cut_algo *cut, BCP_buffer &buf)
Pack an algorithmic cut.
virtual BCP_cut_algo * unpack_cut_algo(BCP_buffer &buf)
Unpack an algorithmic cut.
This class describes the message buffer used for all processes of BCP.
The BCP_tm_user class is the base class from which the user can derive a problem specific class to be...