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

dfa.cc File Reference

(Revision: 7288)

#include "gecode/int.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Int
namespace  Gecode::Int::Extensional

Classes

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

Enumerations

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


Function Documentation

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

Definition at line 537 of file dfa.cc.