Generated on Sat Feb 7 2015 02:01:34 for Gecode by doxygen 1.8.9.1
dfa.cpp File Reference

(Revision: 9773)

#include <gecode/int.hh>

Go to the source code of this file.

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

Namespaces

 Gecode
 Gecode toplevel namespace
 
 Gecode::Int
 Finite domain integers.
 
 Gecode::Int::Extensional
 Extensional propagators
 

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