Simple representation of a cut by storing non zero coefficients only. More...
#include <BB_cut.hpp>


Public Member Functions | |
| void | pack (BCP_buffer &buf) const |
| Packing cut to a buffer. | |
Constructors and destructors | |
| BB_cut (BCP_buffer &buf) | |
| Constructor from content of buffer. | |
| BB_cut (const OsiRowCut &cut) | |
| Constructor from an OsiRowCut. | |
| ~BB_cut () | |
| Destructor. | |
Static Public Member Functions | |
| static void * | operator new (size_t size) |
| static void | operator delete (void *p, size_t size) |
Static Private Attributes | |
| static BCP_MemPool | memPool |
Simple representation of a cut by storing non zero coefficients only.
Definition at line 16 of file BB_cut.hpp.
| BB_cut::BB_cut | ( | BCP_buffer & | buf | ) |
Constructor from content of buffer.
| BB_cut::~BB_cut | ( | ) | [inline] |
Destructor.
Definition at line 44 of file BB_cut.hpp.
| static void* BB_cut::operator new | ( | size_t | size | ) | [inline, static] |
Definition at line 24 of file BB_cut.hpp.
| static void BB_cut::operator delete | ( | void * | p, | |
| size_t | size | |||
| ) | [inline, static] |
Definition at line 28 of file BB_cut.hpp.
| void BB_cut::pack | ( | BCP_buffer & | buf | ) | const |
Packing cut to a buffer.
BCP_MemPool BB_cut::memPool [static, private] |
Definition at line 20 of file BB_cut.hpp.
1.6.1