mb
state
machine
Sections
GenAutomata
Doc
Def
(M -tr- > s) ==
s0:M.state. M.init(s0) & trace_reachable(M;s0;tr;s)
is mentioned by
Def
(M |= x,x',tr,tr'.R(x;x';tr;tr')) ==
x,x':M.state, tr:M.action List, a:M.action. (M -tr- > x)
M.trans(x,a,x')
R(x;x';tr;tr @ [a])
[tla]
Try larger context:
GenAutomata
mb
state
machine
Sections
GenAutomata
Doc