| |
| | Uses of Package libtcs.automaton |
 | | A Configuration is an object representing the result or intermediate result of a given automaton at a given time. |
 | | Formally, a (nondeterministic) Finite State Automaton is a quintuple M = (Q,Σ,&delta,S,E) where Q a finite set of states, Σ an input alphabet, δ: Q ⊗ Σ → ℘(Q) the transition function, S ⊆ Q set of start states, E ⊆ Q set of end/accepting states. |
 | | Formally, states are entities, used by automatons, to remember results from processing instructions. |
| www.home.unix-ag.org /patrick/software/libtcs/api/libtcs/automaton/package-use.html (240 words) |
|