Definition

A lasso automaton is an automaton specifically designed to accept pairs that generate a language . It is often defined as a tuple including two sets of states ( for the spoke, for the loop) and transition functions that handle the move from the spoke to the loop.

Transitions

The automaton processes the spoke using standard transitions in , “switches” to non-deterministically (or via specific rules), and then verifies the loop in .

See also

Lasso Language