Generated on Mon Aug 25 11:35:52 2008 for Gecode by doxygen 1.5.6

Gecode::MiniModel::StatePool Class Reference

List of all members.


Detailed Description

State pool combines a tree of states together with yet unprocessed states

Definition at line 588 of file reg.cc.


Public Member Functions

 StatePool (PosSet *)
StateNodepop (void)
bool empty (void) const
int state (StatePoolAllocator &, PosSet *)

Public Attributes

int n_states
StateNode root
StateNodenext
StateNodeall

Constructor & Destructor Documentation

Gecode::MiniModel::StatePool::StatePool ( PosSet ps  )  [inline]

Definition at line 604 of file reg.cc.


Member Function Documentation

StateNode * Gecode::MiniModel::StatePool::pop ( void   )  [inline]

Definition at line 616 of file reg.cc.

bool Gecode::MiniModel::StatePool::empty ( void   )  const [inline]

Definition at line 625 of file reg.cc.

int Gecode::MiniModel::StatePool::state ( StatePoolAllocator spm,
PosSet ps 
) [inline]

Definition at line 630 of file reg.cc.


Member Data Documentation

Definition at line 590 of file reg.cc.

Definition at line 593 of file reg.cc.


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