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.

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.


Member Data Documentation

BCP_MemPool BB_cut::memPool [static, private]

Definition at line 20 of file BB_cut.hpp.


The documentation for this class was generated from the following file:

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1