Generated on Wed Nov 1 15:05:20 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Regular::StatePool Class Reference

List of all members.

Detailed Description

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

Definition at line 503 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::Int::Regular::StatePool::StatePool PosSet  )  [inline]
 

Definition at line 519 of file reg.cc.


Member Function Documentation

StateNode * Gecode::Int::Regular::StatePool::pop void   )  [inline]
 

Definition at line 531 of file reg.cc.

bool Gecode::Int::Regular::StatePool::empty void   )  const [inline]
 

Definition at line 540 of file reg.cc.

int Gecode::Int::Regular::StatePool::state StatePoolAllocator ,
PosSet
[inline]
 

Definition at line 545 of file reg.cc.


Member Data Documentation

int Gecode::Int::Regular::StatePool::n_states
 

Definition at line 505 of file reg.cc.

StateNode Gecode::Int::Regular::StatePool::root
 

Definition at line 506 of file reg.cc.

StateNode* Gecode::Int::Regular::StatePool::next
 

Definition at line 507 of file reg.cc.

StateNode* Gecode::Int::Regular::StatePool::all
 

Definition at line 508 of file reg.cc.


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