Structs§
- Dfa
- A deterministic finite automaton.
- Enfa
- A nondeterministic finite automaton with epsilon moves.
- Nfa
- A nondeterministic finite automaton.
- State
Index - An index for a state in a finite automaton.
- Transition
Index - An index for a transition in a finite automaton.
Traits§
Functions§
- states_
contains_ all_ from - Convert state indices from
from
into a set of states and returns the state indices in the container, if all states exist. - states_
contains_ closure_ from - Convert state indices from
from
into a set of states and returns the state index in the container, if the set of states exist. - states_
contains_ from - Convert state index from
from
into a state index in the container, if the state exists.