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

Gecode::MiniModel Namespace Reference


Detailed Description

Minimal modelling support.


Classes

class  TooFewArguments
 Exception: Too few arguments available in argument array More...
class  ArgumentSizeMismatch
 Exception: Sizes of arguments does not match More...
class  ArgumentOutOfRange
 Exception: Argument out of range More...
class  PosSet
 Sets of positions. More...
class  NodeInfo
 Node information computed during traversal of the expressions. More...
class  PosInfo
 Information on positions collected during traversal. More...
class  StateNode
 Node together with state information More...
class  StatePool
 State pool combines a tree of states together with yet unprocessed states More...
class  SymbolsInc
 Sort symbols. More...
class  TransitionBag
 For collecting transitions while constructing a DFA. More...
class  FinalBag
 For collecting final states while constructing a DFA. More...
class  LinExpr
 Linear expressions. More...
class  LinRel
 Linear relations. More...
class  BoolExpr
 Boolean expressions. More...
class  BoolRel
 Boolean relations. More...
class  Matrix
 Matrix-interface for arrays. More...

Typedefs

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

Enumerations

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


Typedef Documentation

Allocator for position sets.

Definition at line 44 of file reg.cc.

Allocator for state nodes.

Definition at line 566 of file reg.cc.


Enumeration Type Documentation

Order on position sets.

Enumerator:
PSC_LE 
PSC_EQ 
PSC_GR 

Definition at line 396 of file reg.cc.