Generated on Mon Jul 6 18:09:29 2009 for Gecode by doxygen 1.5.9

Gecode::BranchingDesc Class Reference
[Programming actors]

Branch description for batch recomputation. More...

#include <core.hpp>

List of all members.

Public Member Functions

unsigned int alternatives (void) const
 Return number of alternatives.
virtual ~BranchingDesc (void)
 Destructor.
virtual size_t size (void) const =0
 Report size occupied by branching description.

Static Public Member Functions

static void * operator new (size_t)
 Allocate memory from heap.
static void operator delete (void *)
 Return memory to heap.

Protected Member Functions

 BranchingDesc (const Branching &b, const unsigned int a)
 Initialize for particular branching b and alternatives a.


Detailed Description

Branch description for batch recomputation.

Must be refined by inheritance such that the information stored inside a branching description is sufficient to redo a tell performed by a particular branching.

Definition at line 1030 of file core.hpp.


Constructor & Destructor Documentation

Gecode::BranchingDesc::BranchingDesc ( const Branching b,
const unsigned int  a 
) [inline, protected]

Initialize for particular branching b and alternatives a.

Definition at line 2533 of file core.hpp.

Gecode::BranchingDesc::~BranchingDesc ( void   )  [inline, virtual]

Destructor.

Definition at line 2547 of file core.hpp.


Member Function Documentation

unsigned int Gecode::BranchingDesc::alternatives ( void   )  const [inline]

Return number of alternatives.

Definition at line 2537 of file core.hpp.

virtual size_t Gecode::BranchingDesc::size ( void   )  const [pure virtual]

void * Gecode::BranchingDesc::operator new ( size_t  s  )  [inline, static]

Allocate memory from heap.

Definition at line 1889 of file core.hpp.

void Gecode::BranchingDesc::operator delete ( void *  p  )  [inline, static]

Return memory to heap.

Definition at line 1885 of file core.hpp.


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