BB_cut Class Reference

Simple representation of a cut by storing non zero coefficients only. More...

#include <BB_cut.hpp>

Inheritance diagram for BB_cut:

Inheritance graph
[legend]
Collaboration diagram for BB_cut:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Simple representation of a cut by storing non zero coefficients only.

Definition at line 16 of file BB_cut.hpp.


Constructor & Destructor Documentation

BB_cut::BB_cut ( BCP_buffer buf  ) 

Constructor from content of buffer.

BB_cut::BB_cut ( const OsiRowCut cut  ) 

Constructor from an OsiRowCut.

BB_cut::~BB_cut (  )  [inline]

Destructor.

Definition at line 44 of file BB_cut.hpp.


Member Function Documentation

static void* BB_cut::operator new ( size_t  size  )  [inline, static]

Definition at line 24 of file BB_cut.hpp.

References BCP_MemPool::alloc(), and memPool.

static void BB_cut::operator delete ( void *  p,
size_t  size 
) [inline, static]

Definition at line 28 of file BB_cut.hpp.

References BCP_MemPool::free(), and memPool.

void BB_cut::pack ( BCP_buffer buf  )  const

Packing cut to a buffer.

Referenced by BB_pack_cut().


Member Data Documentation

BCP_MemPool BB_cut::memPool [static, private]

Definition at line 20 of file BB_cut.hpp.

Referenced by operator delete(), and operator new().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:12:07 2010 for Coin-All by  doxygen 1.4.7