Specification of a DFA transition.
More...
#include <int.hh>
Detailed Description
Specification of a DFA transition.
Definition at line 1754 of file int.hh.
Member Data Documentation
int Gecode::DFA::Transition::i_state |
input state
Definition at line 1756 of file int.hh.
int Gecode::DFA::Transition::symbol |
int Gecode::DFA::Transition::o_state |
output state
Definition at line 1758 of file int.hh.
The documentation for this class was generated from the following file: