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