Content deleted Content added
m →Gerth et al. algorithm: {{pre}} |
|||
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'''
|