Gecode::DFA::Transition Class Reference
Specification of a DFA transition. More...
#include <int.hh>
Public Attributes | |
int | i_state |
input state | |
int | symbol |
symbol | |
int | o_state |
output state |
Detailed Description
Specification of a DFA transition.
Definition at line 1754 of file int.hh.
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/int.hh (Revision: 12537)