40
1 Symbolic Reachability and Beyound or how UPPAAL really works Kim Guldstrand Larsen BRICS@Aalborg

Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

1

Symbolic Reachabilityand Beyound

or how UPPAAL really works

Kim Guldstrand Larsen BRICS@Aalborg

Page 2: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

2IDA foredrag 20.4.99

REGIONSreview

Page 3: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

3Real Time Systems, DTU, 2001 Kim G. Larsen UCb

A1 B1 CS1V:=1 V=1

A2 B2 CS2V:=2 V=2

Init V=1

2♥´

VCriticial Section

Fischer’s Protocol a simple real time mutual exclusion algorithm

Y<1

X:=0

Y:=0

X>1

Y>1

X<1

Page 4: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

4Real Time Systems, DTU, 2001 Kim G. Larsen UCb

RegionsFinite partitioning of state space

x

y Definition

w≈w ' iff w and w' satisfythe exact same conditions ofthe form xi≤n and xi−x j≤nwhere n≤max

An equivalence class (i.e. a region)in fact there is only a finite number of regions!!

1 2 3

1

2

Page 5: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

5Real Time Systems, DTU, 2001 Kim G. Larsen UCb

RegionsFinite partitioning of state space

x

y Definition

w≈w ' iff w and w' satisfythe exact same conditions ofthe form xi≤n and xi−x j≤nwhere n≤max

An equivalence class (i.e. a region)

Successor regions, Succ(r)

r

1 2 3

1

2

Page 6: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

6Real Time Systems, DTU, 2001 Kim G. Larsen UCb

RegionsFinite partitioning of state space

x

y

Definition

w≈w ' iff w and w' satisfythe exact same conditions ofthe form xi≤n and xi−x j≤nwhere n≤max

An equivalence class (i.e. a region) r

{x}r

{y}r

r

Resetregions

Whenever uv≈u' v ' then[ l,u , v ] sat φ

⇔[ l,u ' , v ' ] sat φ

THEOREM

1 2 3

1

2

Page 7: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

7Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers again A1 B1 CS1V:=1 V=1

A2 B2 CS2V:=2 V=2Y<1

X:=0

Y:=0

X>1

Y>1

X<1

AG ¬CS1∧CS 2

A1,A2,v=1

A1,B2,v=2

A1,CS2,v=2

B1,CS2,v=1

CS1,CS2,v=1

Untimed case

A1,A2,v=1x=y=0

A1,A2,v=10 <x=y <1

A1,A2,v=1x=y=1

A1,A2,v=11 <x,y

A1,B2,v=20 <x<1

y=0

A1,B2,v=20 <y < x<1

A1,B2,v=20 <y < x=1

y=0

A1,B2,v=20 <y<1

1 <x

A1,B2,v=21 <x,y

A1,B2,v=2y=11 <x

A1,CS2,v=21 <x,y

No further behaviour possible!!

Timed case

PartialRegion Graph

Page 8: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

8Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Roughly speaking....

Model checking a timed automata against a TCTL-formula amounts to

model checking its region graph against a CTL-formula

Page 9: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

9Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Problem to be solved

Model Checking TCTL is PSPACE-hard

Page 10: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

10IDA foredrag 20.4.99

THE UPPAAL ENGINE

Reachability & ZonesProperty and system dependent

partitioning

Page 11: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

11Real Time Systems, DTU, 2001 Kim G. Larsen UCb

ZonesFrom infinite to finite

State(n, x=3.2, y=2.5 )

x

y

x

y

Symbolic state (set)(n, )

Zone:conjunction ofx-y<=n, x<=>n

1≤x≤4,1≤ y≤3

Page 12: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

12Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Symbolic Transitions

n

m

x>3

y:=0

x

ydelays to

x

y

x

y conjuncts to

x

y

projects to

1<=x<=41<=y<=3

1<=x, 1<=y-2<=x-y<=3

3<x, 1<=y-2<=x-y<=3

3<x, y=0

Thus (n,1<=x<=4,1<=y<=3) =a => (m,3<x, y=0)

a

Page 13: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

13Real Time Systems, DTU, 2001 Kim G. Larsen UCb

A1 B1 CS1V:=1 V=1

A2 B2 CS2V:=2 V=2

Init V=1

2♥´

VCriticial Section

Fischer’s Protocolanalysis using zones

Y<10

X:=0

Y:=0

X>10

Y>10

X<10

Page 14: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

14Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

A1

Page 15: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

15Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

Taking time into account

X

Y

A1

Page 16: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

16Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

Taking time into account

X

Y

A1

10X

Y1010

Page 17: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

17Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

Taking time into account

A1

10X

Y10

X

Y10

Page 18: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

18Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

Taking time into account

A1

10X

Y10

X

Y10

10X

Y10

Page 19: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

19Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Fischers cont. B1 CS1

V:=1 V=1

A2 B2 CS2V:=2 V=2Y<10

X:=0

Y:=0

X>10

Y>10

X<10

A1,A2,v=1 A1,B2,v=2 A1,CS2,v=2 B1,CS2,v=1 CS1,CS2,v=1

Untimed case

Taking time into account

A1

10X

Y10

X

Y10

10X

Y10

Page 20: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

20Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Forward Rechability

Passed

WaitingFinal

Init

INITIAL Passed := Ø; Waiting := {(n0,Z0)}

REPEAT - pick (n,Z) in Waiting - if for some Z’ Z (n,Z’) in Passed then STOP - else (explore) add

{ (m,U) : (n,Z) => (m,U) } to Waiting; Add (n,Z) to Passed

UNTIL Waiting = Ø or Final is in Waiting

Init -> Final ?

Page 21: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

21Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Forward Rechability

Passed

Waiting Final

Init

n,Z

INITIAL Passed := Ø; Waiting := {(n0,Z0)}

REPEAT - pick (n,Z) in Waiting - if for some Z’ Z (n,Z’) in Passed then STOP - else (explore) add

{ (m,U) : (n,Z) => (m,U) } to Waiting; Add (n,Z) to Passed

UNTIL Waiting = Ø or Final is in Waiting

¿

n,Z’

Init -> Final ?

Page 22: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

22Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Forward Rechability

Passed

Waiting Final

Init

n,Z

INITIAL Passed := Ø; Waiting := {(n0,Z0)}

REPEAT - pick (n,Z) in Waiting - if for some Z’ Z (n,Z’) in Passed then STOP - else /explore/ add

{ (m,U) : (n,Z) => (m,U) } to Waiting; Add (n,Z) to Passed

UNTIL Waiting = Ø or Final is in Waiting

¿

n,Z’

m,U

Init -> Final ?

Page 23: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

23Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Forward Rechability

Passed

Waiting Final

Init

INITIAL Passed := Ø; Waiting := {(n0,Z0)}

REPEAT - pick (n,Z) in Waiting - if for some Z’ Z (n,Z’) in Passed then STOP - else /explore/ add

{ (m,U) : (n,Z) => (m,U) } to Waiting; Add (n,Z) to Passed

UNTIL Waiting = Ø or Final is in Waiting

¿

n,Z’

m,U

n,Z

Init -> Final ?

Page 24: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

24Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Canonical Dastructures for ZonesDifference Bounded Matrices Bellman 1958, Dill 1989

x<=1y-x<=2z-y<=2z<=9

x<=2y-x<=3y<=3z-y<=3z<=7

D1

D2

Inclusion

0

x

y

z

1 2

29

0

x

y

z

2 3

37

3

? ?

Graph

Graph

¿

Page 25: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

25Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Bellman 1958, Dill 1989

x<=1y-x<=2z-y<=2z<=9

x<=2y-x<=3y<=3z-y<=3z<=7

D1

D2

Inclusion

0

x

y

z

1 2

29

ShortestPath

Closure

ShortestPath

Closure

0

x

y

z

1 2

25

0

x

y

z

2 3

37

0

x

y

z

2 3

36

3

3 3

Graph

Graph

? ? ¿

Canonical Dastructures for ZonesDifference Bounded Matrices

Page 26: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

26Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Bellman 1958, Dill 1989

x<=1y<= -5y-x<=3

D

Emptyness

0y

x

13

-5

Negative Cycleiffempty solution set

Graph

Canonical Dastructures for ZonesDifference Bounded Matrices

Page 27: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

27Real Time Systems, DTU, 2001 Kim G. Larsen UCb

1<= x <=41<= y <=3

D

Future

x

y

x

y

Future D

0

y

x4

-1

3

-1

ShortestPath

Closure

Removeupper

boundson clocks

1<=x, 1<=y-2<=x-y<=3

y

x

-1

-1

3

2

0

y

x

-1

-1

3

2

0

4

3

Canonical Dastructures for ZonesDifference Bounded Matrices

Page 28: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

28Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Canonical Dastructures for ZonesDifference Bounded Matrices

x

y

D1<=x, 1<=y-2<=x-y<=3

y

x

-1

-1

3

2

0

Remove allbounds

involving yand set y to 0

x

y

{y}D

y=0, 1<=x

Reset

y

x

-1

0

0 0

Page 29: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

29Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Improved DatastructuresCompact Datastructure for Zones

x1-x2<=4x2-x1<=10x3-x1<=2x2-x3<=2x0-x1<=3x3-x0<=5

x1 x2

x3x0

-4

10

22

5

3

x1 x2

x3x0

-4

4

22

5

3

x1 x2

x3x0

-4

22

3

3 -2 -2

1

ShortestPath

ClosureO(n^3)

ShortestPath

ReductionO(n^3) 3

Canonical wrt =Space worst O(n^2) practice O(n)

Page 30: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

30Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Audi

oB&O

M.

Plant

Fisc

her 3 Fisc

her 5

SPACE PERFORMANCE

Minimal Constraint

Global Reduction

Combination

Per

cen

t

Page 31: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

31Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Audi

oB&O

M.

Plant

Fisc

her 3 Fisc

her 5

TIME PERFORMANCE

Minimal Constraint

Global Reduction

Combination

Per

cen

t

Page 32: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

32IDA foredrag 20.4.99

Beyond Reachability

-Bounded Liveness-Abstraction & Simulation

Page 33: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

33Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Logical Formulas

Safety Properties:F ::= A[ ] P |

E<> P Always P

P ::= Proc.l | x = n | v = n | x<=n | x<n | P and P | not P | P or P | P imply P

Possibly P

where

atomic properties

Process Proc at location l

clock comparison

boolean combinations

Page 34: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

34Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Beyound SafetyDecoration TACAS98a

l

n

Leadsto: Whenever l is reached then n is reached with t

l

n

Decorationnew clock Xboolean B

X:=0

B:=tt

B:=ff

A[] (B implies x<=t)

AG a⇒AF ¿ t b

Page 35: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

35Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Beyond SafetyTest automata TACAS98bAG a⇒AF ¿ t b

l

n

l

n

a!

b!

a?x:=0

x<=tx==tb?

b urgent!

A[] (not T.BAD)

BAD

TSS

Page 36: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

36Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Example bounded liveness

a1 a2 a3 a4 a5

c1 c2 c3 c4 c5

a b

cd

Page 37: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

37Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Abstraction & Compositionality dealing w stateexplosion

a

cb

a

cb

a

cb

a

cb

a

cb

a

cb

a

cb

a

cb

1 2

43

1 2

43

C 1 A1 C 2 A2

C 1∣C 2 A1∣A2

Concrete Abstract

”trace” inclusion

Page 38: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

38Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Abstraction Example

a1 a2 a3 a4 a5

a b

Page 39: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

39Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Example Continued

abstractedby

Page 40: Symbolic Reachability and Beyound - Aalborg Universitetpeople.cs.aau.dk/~adavid/RTSS05/Kim2001-DTU.pdf · 2014-02-04 · Real Time Systems, DTU, 2001 Kim G. Larsen UC 4b Regions Finite

40Real Time Systems, DTU, 2001 Kim G. Larsen UCb

Proving abstractions using reachability

A[] not TestAbstPoP1.BAD

Recognizesall the BADcomputationsof PoP1