10 #include "OsiRowCut.hpp" 
   25    static inline void * 
operator new(
size_t size) {
 
   29    static inline void operator delete(
void *p, 
size_t size) {
 
   42    OS_cut(
const OsiRowCut& cut);
 
Simple representation of a cut by storing non zero coefficients only. 
 
This is the class from which the user should derive her own algorithmic cuts. 
 
OS_cut(BCP_buffer &buf)
Constructor from content of buffer. 
 
static BCP_MemPool memPool
 
void free(void *p, size_t n)
 
This class describes the message buffer used for all processes of BCP. 
 
void pack(BCP_buffer &buf) const 
Packing cut to a buffer.