Generated on Wed Nov 1 15:04:49 2006 for Gecode by doxygen 1.4.5

dfa.cc File Reference

(Revision: 3512)

#include "gecode/int.hh"
#include "gecode/support/sort.hh"
#include "gecode/support/static-stack.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Int
namespace  Gecode::Int::Regular

Classes

class  Gecode::Int::Regular::TransByI_State
 Sort transition array by input state. More...
class  Gecode::Int::Regular::TransBySymbol
 Sort transition array by symbol (value). More...
class  Gecode::Int::Regular::TransBySymbolI_State
 Sort transition array by symbol and then input states. More...
class  Gecode::Int::Regular::TransByO_State
 Sort transition array by output state. More...
class  Gecode::Int::Regular::StateGroup
 Stategroup is used to compute a partition of states. More...
class  Gecode::Int::Regular::StateGroupByGroup
 Sort groups stated by group and then state. More...
class  Gecode::Int::Regular::GroupStates
 GroupStates is used to index StateGroup by group More...

Enumerations

enum  Gecode::Int::Regular::StateInfo { Gecode::Int::Regular::SI_NONE = 0, Gecode::Int::Regular::SI_FROM_START = 1, Gecode::Int::Regular::SI_TO_FINAL = 2, Gecode::Int::Regular::SI_FINAL = 4 }
 Information about states. More...


Function Documentation

std::ostream& operator<< std::ostream &  os,
const Gecode::DFA dfa
[related]
 

Definition at line 421 of file dfa.cc.