Linear temporal logic to Büchi automaton: Difference between revisions

Content deleted Content added
Line 160:
For a node q, ''Now''(q) denotes the set of formulas that must be satisfied by the rest of the input word if the automaton is currently at node(state) q.
''Next''(q) denotes the set of formulas that must be satisfied by the rest of the input word if the automaton is currently at the next node(state) after q.
{{pre|1=
 
'''typedefs'''
'''LTL''': LTL formulas
Line 176:
'''return''' (''Nodes'', ''Now'', ''Incoming'')
}
}}
'''function''' expand('''LTLSet''' curr, '''LTLSet''' old, '''LTLSet''' next, '''NodeSet''' incoming){
1: '''if''' curr = ∅ '''then'''