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

reg.cc File Reference

(Revision: 6102)

#include "gecode/minimodel.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::MiniModel

Classes

class  Gecode::REG::Exp
 Implementation of the actual expression tree. More...
class  Gecode::MiniModel::PosSet
 Sets of positions. More...
class  Gecode::MiniModel::NodeInfo
 Node information computed during traversal of the expressions. More...
class  Gecode::MiniModel::PosInfo
 Information on positions collected during traversal. More...
class  Gecode::MiniModel::StateNode
 Node together with state information More...
class  Gecode::MiniModel::StatePool
 State pool combines a tree of states together with yet unprocessed states More...
class  Gecode::MiniModel::SymbolsInc
 Sort symbols. More...
class  Gecode::MiniModel::TransitionBag
 For collecting transitions while constructing a DFA. More...
class  Gecode::MiniModel::FinalBag
 For collecting final states while constructing a DFA. More...

Typedefs

typedef
Support::BlockAllocator
< PosSet > 
Gecode::MiniModel::PosSetAllocator
 Allocator for position sets.
typedef
Support::BlockAllocator
< StateNode > 
Gecode::MiniModel::StatePoolAllocator
 Allocator for state nodes.

Enumerations

enum  Gecode::MiniModel::PosSetCmp { Gecode::MiniModel::PSC_LE, Gecode::MiniModel::PSC_EQ, Gecode::MiniModel::PSC_GR }
 Order on position sets. More...


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Gecode::REG r 
) [related]

Definition at line 817 of file reg.cc.