8 int numarcs =
flow.getNumElements();
10 buf.
pack(
flow.getElements(), numarcs);
26 flow.assignVector(numarcs, ind, val,
false );
BCP_buffer & pack(const T &value)
Pack a single object of type T.
BCP_buffer & unpack(T &value)
Unpack a single object of type T.
void MCF3_pack_var(const BCP_var_algo *var, BCP_buffer &buf)
void pack(BCP_buffer &buf) const
BCP_var_algo * MCF3_unpack_var(BCP_buffer &buf)
MCF3_var(int com, const CoinPackedVector &f, double w)
This is the class from which the user should derive her own algorithmic variables.
This class describes the message buffer used for all processes of BCP.
void set_obj(const double obj)
Set the objective coefficient.