Generated on Wed Jan 4 17:49:22 2006 for Gecode by doxygen 1.4.6

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 501 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

forceinline Gecode::Int::Regular::StatePool::StatePool PosSet  ) 
 

Definition at line 517 of file reg.cc.


Member Function Documentation

forceinline StateNode * Gecode::Int::Regular::StatePool::pop void   ) 
 

Definition at line 529 of file reg.cc.

forceinline bool Gecode::Int::Regular::StatePool::empty void   )  const
 

Definition at line 538 of file reg.cc.

forceinline int Gecode::Int::Regular::StatePool::state StatePoolAllocator ,
PosSet
 

Definition at line 543 of file reg.cc.


Member Data Documentation

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

Definition at line 503 of file reg.cc.

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

Definition at line 504 of file reg.cc.

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

Definition at line 505 of file reg.cc.

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

Definition at line 506 of file reg.cc.


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