9 - Pushdown systems Flashcards

1
Q

translate a problem to pds

A

We want to check if P |= φ ∈ LTL

Global model checking: Compute the set C ⊆ CF of all configurations c ∈ C so that every run starting from c satisfies φ.

P-NFA A accepts configuration (q,w) of pushdown system PDS P if A accepts w

P-NFA A represents the set of configurations of PDS P

Problem is reduced to reachability (that 2 sentences that uses pre)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

know corresponding automata of a pds

A

P-NFA, creates the configurations accepted by PDS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

pds represent recursive programs

A

because of stack and stuff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

runtime states of pds, decide reachability, why is it computable problem?

A

BPDS BP accepts c ∈ CF iff
- 2 sentences that can be calculated in polynomial time are true

both sentences uses pre* and pre+, thats why pre calculation is important

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Accepting run problem?

A

Given a BPDS BP, compute the set C ⊆ CF of all configurations c ∈ C so that BP has an accepting run from c.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Global model checking problem?

A

Compute the set C ⊆ CF of all congurations c ∈ C

so that every run starting from c satises φ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly