#include "BCP_cut.hpp"
#include "BCP_mempool.hpp"
#include "OsiRowCut.hpp"
Include dependency graph for BB_cut.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BB_cut |
Simple representation of a cut by storing non zero coefficients only. More... | |
Functions | |
static void | BB_pack_cut (const BCP_cut_algo *cut, BCP_buffer &buf) |
static BCP_cut_algo * | BB_unpack_cut (BCP_buffer &buf) |
static void BB_pack_cut | ( | const BCP_cut_algo * | cut, | |
BCP_buffer & | buf | |||
) | [inline, static] |
Definition at line 50 of file BB_cut.hpp.
References BB_cut::pack().
Referenced by BM_lp::pack_cut_algo(), and BM_tm::pack_cut_algo().
static BCP_cut_algo* BB_unpack_cut | ( | BCP_buffer & | buf | ) | [inline, static] |
Definition at line 59 of file BB_cut.hpp.
Referenced by BM_lp::unpack_cut_algo(), and BM_tm::unpack_cut_algo().