Specification of a DFA transition.
More...
#include <int.hh>
Specification of a DFA transition.
Definition at line 2058 of file int.hh.
◆ Transition() [1/2]
Gecode::DFA::Transition::Transition |
( |
void |
| ) |
|
|
inline |
◆ Transition() [2/2]
Gecode::DFA::Transition::Transition |
( |
int |
i_state0, |
|
|
int |
symbol0, |
|
|
int |
o_state0 |
|
) |
| |
|
inline |
Initialize members.
Definition at line 204 of file dfa.hpp.
◆ i_state
int Gecode::DFA::Transition::i_state |
input state
Definition at line 2060 of file int.hh.
◆ symbol
int Gecode::DFA::Transition::symbol |
◆ o_state
int Gecode::DFA::Transition::o_state |
output state Default constructor
Definition at line 2062 of file int.hh.
The documentation for this class was generated from the following files: