Gecode::DFA Gecode::SharedHandle int.hh Gecode::DFA::DFAI Gecode::DFA::Symbols Gecode::DFA::Transition Gecode::DFA::Transitions friend class friend class Transitions Transitions forceinline Gecode::DFA::DFA (void) DFA void Initialize for DFA accepting the empty word. GECODE_INT_EXPORT GECODE_INT_EXPORT Gecode::DFA::DFA (int s, Transition t[], int f[], bool minimize=true) DFA int s Transition t [] int f [] bool minimize true Initialize DFA. Start state is given by s.Transitions are described by t, where the last element must have -1 as value for i_state.Final states are given by f, where the last final element must be -1.Minimizes the DFA, if minimize is true.Note that the transitions must be deterministic. forceinline Gecode::DFA::DFA (const DFA &d) DFA const DFA & d Initialize by DFA d (DFA is shared) int forceinline int Gecode::DFA::n_states (void) const n_states void Return the number of states. int forceinline int Gecode::DFA::n_transitions (void) const n_transitions void Return the number of transitions. unsigned int forceinline unsigned int Gecode::DFA::n_symbols (void) const n_symbols void Return the number of symbols. unsigned int forceinline unsigned int Gecode::DFA::max_degree (void) const max_degree void Return maximal degree (in-degree and out-degree) of any state. int forceinline int Gecode::DFA::final_fst (void) const final_fst void Return the number of the first final state. int forceinline int Gecode::DFA::final_lst (void) const final_lst void Return the number of the last final state. int forceinline int Gecode::DFA::symbol_min (void) const symbol_min void Return smallest symbol in DFA. int forceinline int Gecode::DFA::symbol_max (void) const symbol_max void Return largest symbol in DFA. class Char class Traits std::basic_ostream< Char, Traits > & std::basic_ostream< Char, Traits > & operator<< (std::basic_ostream< Char, Traits > &os, const DFA &d) operator<< std::basic_ostream< Char, Traits > & os const DFA & d Print DFA d Deterministic finite automaton (DFA) After initialization, the start state is always zero. The final states are contiguous ranging from the first to the last final state. Gecode::DFADFA Gecode::DFADFA Gecode::DFADFA Gecode::DFAfinal_fst Gecode::DFAfinal_lst Gecode::DFAmax_degree Gecode::DFAn_states Gecode::DFAn_symbols Gecode::DFAn_transitions Gecode::DFAobject Gecode::DFAobject Gecode::DFAoperator<< Gecode::DFAoperator= Gecode::DFASharedHandle Gecode::DFASharedHandle Gecode::DFASharedHandle Gecode::DFAsymbol_max Gecode::DFAsymbol_min Gecode::DFATransitions Gecode::DFAupdate Gecode::DFA~SharedHandle