counterexample guided control - uni- · pdf filedaniel dahrendorf seminar:games in...

44
Daniel Dahrendorf Seminar: Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLE GUIDED CONTROL CONTROL PAPER BY:THOMAS A. HENZINGER, RANJIT JHALA AND RUPAK MAJUMDAR

Upload: phunglien

Post on 01-Feb-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Daniel DahrendorfSeminar:Games in Verification and Synthesis

(University of Saarland, Reactive Systems Group)July 17, 2008

COUNTEREXAMPLEGUIDEDCONTROLCONTROLPAPER BY: THOMAS A. HENZINGER, RANJIT JHALA AND RUPAK MAJUMDAR

Page 2: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

MotivationMotivation

Consider 2 player games: system (player 1) vs environment (player 2)system (player 1) vs. environment (player 2)

Transition systems model the interaction between a system and the environment

Model checker can check these transition Model checker can check these transition systems for control

July 17, 2008 2Daniel Dahrendorf ‐ Counterexample Guided Control

Page 3: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

MotivationMotivation

Very large transition systemtransition system

S l i h t i Solving such systems is practically infeasible

July 17, 2008 3Daniel Dahrendorf ‐ Counterexample Guided Control

Page 4: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

MotivationMotivation

Imagine a program component with variables over unbounded data domains (e g integers) unbounded data domains (e.g. integers).

How would a transition system of such a program looks like?

July 17, 2008 4Daniel Dahrendorf ‐ Counterexample Guided Control

Page 5: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

MotivationMotivation

Infinite transition systemsystem

No direct application of No direct application of our finite state algorithms possible

July 17, 2008 5Daniel Dahrendorf ‐ Counterexample Guided Control

Page 6: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

What should we do?What should we do?

Is there a possibility for a t ti ll i lifi ti automatically simplification

of such transition systems?of such transition systems?

Lets see…Lets see…

July 17, 2008Daniel Dahrendorf ‐ Counterexample Guided Control 6

Page 7: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Two player game structureTwo‐player game structure

Φ : set of propositionsΛ : set of labels1 32

L LB

G = (V1,V2,δ,P ):

L

LA

BC

B

BA

A

G (V1,V2,δ,P ):V1 : player 1 nodesV : player 2 nodes

4 5 6 7 8

V2 : player 2 nodes(V = V1∪ V2)

δ : δ ⊆ V × Λ × V

LL

δ : δ ⊆ V × Λ × V

P : V→ 2Φ

init: init ∈Φinit: init ∈Φ

July 17, 2008 7Daniel Dahrendorf ‐ Counterexample Guided Control

Page 8: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Runs and strategiesRuns and strategies

Run: v1

finite or infinite sequence v v v of statesfinite or infinite sequence v1v2v3… of states

v1 v2 v3 v4

l1 l2 l3 l4 …

Strategy for player i: function fi: V*· Vi→Λ

July 17, 2008 8Daniel Dahrendorf ‐ Counterexample Guided Control

Page 9: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

OutcomeOutcome

Outcome for strategies f1 and f2: Ωf1,f2(v)

v1

v v4

l1

v3

l3l2

v2 v4

l11

v3

l12 l21 l22 l31 l32

Possible outcome:

v5 v6 v9 v10v8v7

v1 v3 v7

l2 l21

July 17, 2008 9Daniel Dahrendorf ‐ Counterexample Guided Control

Page 10: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Two player safety gameTwo‐player safety game

safety game (G, ϕ): G : game structure

1 32L L

B G : game structure

ϕ : LTL formula over Φ

L

LA

BCB

BA

A

ϕ has the form 4 5 6 7 8

errϕ

Goal of player 1:err

LL

Goal of player 1:Avoid states which satisfy err

err

err

July 17, 2008 10Daniel Dahrendorf ‐ Counterexample Guided Control

Page 11: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Winning / spoiling strategiesWinning / spoiling strategies

Let Π1 be the set of runs where player 1 winsInfinite run that never visits an error stateInfinite run that never visits an error state

f f l f f llStrategy f1 is winning for player 1 if for all strategies f2 of player 2 and all initial states v:

Strategy f2 is spoiling for player 2 if for all

Ωf1,f2(v) ⊆ Π1Strategy f2 is spoiling for player 2 if for all strategies f1 of player 1 and a initial state v:Ω (v) 6⊆ Π

July 17, 2008 11Daniel Dahrendorf ‐ Counterexample Guided Control

Ωf1,f2(v) 6⊆ Π1

Page 12: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Example: Winning strategyExample: Winning strategy

Winning strategy for player 1:1 32

L LB player 1:

At t t h l C

L

LA

BCB

BA

A

At state 1 she plays CAt state 2 she plays A

4 5 6 7 8

At state 3 she plays Berr

LL

err

July 17, 2008 12Daniel Dahrendorf ‐ Counterexample Guided Control

Page 13: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

ProblemProblem

Game graph might beV lVery largesolving the game is practicallyg g p yinfeasible

InfiniteInfiniteAlgorithms for finite state case

b li d di lcannot be applied directly

July 17, 2008Daniel Dahrendorf ‐ Counterexample Guided Control 13

Page 14: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

The solution: abstractionThe solution: abstraction

Obtain a simplification of the game which is1 less expensive to solve1. less expensive to solve⇒smaller / finite state space

2. sound⇒ if player 1 wins the abstract game he wins also the p y g

concrete game

July 17, 2008 14Daniel Dahrendorf ‐ Counterexample Guided Control

Page 15: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract statesAbstract states

1. An abstract state vα∈ V α represents a set of concrete states[[vα]] ⊆ V of concrete states[[v ]] ⊆ V

1 321 32

2. Player structure is preserved:aye st uctu e s p ese ed

1 321 32

4 654 65

July 17, 2008 15Daniel Dahrendorf ‐ Counterexample Guided Control

Page 16: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract statesAbstract states

(3) Propositions are preserved:p p ¬p

p ¬p

1 21

p

2

p

3

¬p

3

(4) The abstract states cover the whole concrete state space:state space

1 32 1 32

4 5 6 7 8 4 5 6 7 8

July 17, 2008 16Daniel Dahrendorf ‐ Counterexample Guided Control

Page 17: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

How to ensure soundness?How to ensure soundness?

Restrict the power of player 1⇒ Player 1 has fewer moves in the abstraction⇒ Player 1 has fewer moves in the abstraction

Increase the power of player 2⇒ Player 2 has moremoves in the abstraction⇒ Player 2 has moremoves in the abstraction

July 17, 2008 17Daniel Dahrendorf ‐ Counterexample Guided Control

Page 18: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract moves for player 1Abstract moves for player 1

From each abstract vα player 1 state only moves are allowed which could be played from each are allowed which could be played from each concrete state v ∈ :[[vα]]

2A

1BA

1 2C

A

July 17, 2008 18Daniel Dahrendorf ‐ Counterexample Guided Control

Page 19: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract moves for player 2Abstract moves for player 2

From each abstract vα player 2 state all moves are allowed which could be played from a concrete allowed which could be played from a concrete state v∈ :[[vα]]

2A

1BA

1 2C

BA C

July 17, 2008 19Daniel Dahrendorf ‐ Counterexample Guided Control

Page 20: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

AbstractionAbstraction

Abstraction for a game structure G:game structure Gα (V α V α δα Pα)game structureand a concretization function

Gα = (V α1 , V α

2 , δα, Pα)

[[·]] : V α → 2V

July 17, 2008 20Daniel Dahrendorf ‐ Counterexample Guided Control

Page 21: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Example: abstraction Example: abstraction

1 32L L

ACBA

4 5 6 7 8

LA

BC BA

B

1 32

L LA

err

LLB

4 5 6 7 8L

A

4 5 7

L L

July 17, 2008 21Daniel Dahrendorf ‐ Counterexample Guided Control

Page 22: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

QuestionQuestion

If player 1 wins (G α,ϕ) she wins also (G ,ϕ)

But what if player 2 has a spoiling But what if player 2 has a spoiling strategy for (G α,ϕ)?strategy for (G ,ϕ)?

July 17, 2008 22Daniel Dahrendorf ‐ Counterexample Guided Control

Page 23: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

CounterexampleCounterexample

Spoiling strategy for player 2 =counterexample that player 1 can’t win the gamecounterexample that player 1 can t win the game

Genuine counterexample corresponds to one in the concrete game

Spurious counterexample arises due coarseness Spurious counterexample arises due coarseness of the abstraction

July 17, 2008 23Daniel Dahrendorf ‐ Counterexample Guided Control

Page 24: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Example: Spurious counterexampleExample: Spurious counterexample

Spoiling strategy for player 2:1 32 player 2:

At t t 6 h l B

1 32

L LA At state 5,6 she plays

L ⇒ error state4 5 6 7 8L

At state 7,8 she plays L ⇒ error state

L L

July 17, 2008 24Daniel Dahrendorf ‐ Counterexample Guided Control

Page 25: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

CounterexampleCounterexample

We want to:Determine whether a counterexample is genuineDetermine whether a counterexample is genuine

Automatically refine the abstraction to rule out a spurious counterexamplespu ous cou te e a p e

C l d b fi i l b l d Counterexamples are represented by finite labeled trees: Abstract counterexample tree (ACT)

July 17, 2008 25Daniel Dahrendorf ‐ Counterexample Guided Control

Page 26: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract counterexample trees (ACT)Abstract counterexample trees (ACT)

Root labeled by vα ⇒ [[vα]] ⊆ [init]

1 32

B

1 32L

L

LA B

1 32

A

4 5 6 7 8

L L

5 6 7 8

L L

July 17, 2008 26Daniel Dahrendorf ‐ Counterexample Guided Control

Page 27: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract counterexample trees (ACT)Abstract counterexample trees (ACT)

n’: wα l‐child of n: vα⇒ δα (vα, l ,wα)

1 32

B

1 32L

L

LA B

1 32

A

4 5 6 7 8

L L

5 6 7 8

L L

July 17, 2008 27Daniel Dahrendorf ‐ Counterexample Guided Control

Page 28: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract counterexample trees (ACT)Abstract counterexample trees (ACT)

n: vα non‐leaf player 1 node ⇒ for each l∈Lα(vα) n has at least one l‐childfor each l∈L (v ) n has at least one l child

1 32

B

1 32L

L

LA B

1 32

A

4 5 6 7 8

L L

5 6 7 8

L L

July 17, 2008 28Daniel Dahrendorf ‐ Counterexample Guided Control

Page 29: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstract counterexample trees (ACT)Abstract counterexample trees (ACT)

Leaf labeled by vα: Lα(vα) = ∅ or [[vα]] ⊆ [err]

1 32

B

1 32L

L

LA B

1 32

A

4 5 6 7 8

L L

5 6 7 8

L L

July 17, 2008 29Daniel Dahrendorf ‐ Counterexample Guided Control

Page 30: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Analyze a counterexampleAnalyze a counterexample

Concrete node v∈ is part of a spoiling strategy⇒ A successor of v is part of a spoiling strategy

[[vα]]

⇒ A successor of v is part of a spoiling strategy

Di id h α i d t d b d t \[[ α]]Divide each vα in a good set r and a bad set \ r[[vα]]

ACT T α is genuine iff its root contains a non‐emptyACT T is genuine iff its root contains a non emptygood set

July 17, 2008 30Daniel Dahrendorf ‐ Counterexample Guided Control

Page 31: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Analyze a counterexampleAnalyze a counterexample

Annotate each node n of a given ACT T α with r(Focusing) under following rules:(Focusing) under following rules:

B

1 32

A

1 32L L

ABC

BBA

5 6 7 84 5 6 7 8

LBC B

A

L L

err

LL

July 17, 2008 31Daniel Dahrendorf ‐ Counterexample Guided Control

Page 32: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Analyze a counterexampleAnalyze a counterexample

Node is a leaf: r = [[vα]]

B

1 32

A

1 32L L

ABC

BBA

5 6 7 84 5 6 7 8

LBC B

A

err

L LLL

July 17, 2008 32Daniel Dahrendorf ‐ Counterexample Guided Control

Page 33: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Analyze a counterexampleAnalyze a counterexample

Node is a player 2 state: v ∈ r if there is successor of v from where player 2 can spoilof v from where player 2 can spoil

B

1 32

A

1 32L L

ABC

BBA

5 6 7 84 5 6 7 8

LBC B

A

err

L LLL

July 17, 2008 33Daniel Dahrendorf ‐ Counterexample Guided Control

Page 34: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Analyze a counterexampleAnalyze a counterexample

Node n is a non leaf player 1 state: v ∈ rif all moves of v are also outgoing edges of nif all moves of v are also outgoing edges of nand for every edge of n there is a spoiling succ. of v

B

1 32

A

1 32L L

ABC

BBA

5 6 7 84 5 6 7 8

LBC B

A

err

L LLL

July 17, 2008 34Daniel Dahrendorf ‐ Counterexample Guided Control

Page 35: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstraction refinementAbstraction refinement

Use the annotated ACT T α to refine the abstraction (Shattering):abstraction (Shattering):

B

1 32

A

5 6 7 8

L LL

July 17, 2008 35Daniel Dahrendorf ‐ Counterexample Guided Control

Page 36: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstraction refinementAbstraction refinement

Split player 1 nodes in the good set r

B

1 32

A

5 6 7 8

L LL

July 17, 2008 36Daniel Dahrendorf ‐ Counterexample Guided Control

Page 37: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstraction refinementAbstraction refinement

Split player 1 nodes in bad sets of nodes which have moves which are no edges of nhave moves which are no edges of n

B

1 32

A

1

5 6 7 8

L LL

July 17, 2008 37Daniel Dahrendorf ‐ Counterexample Guided Control

Page 38: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstraction refinementAbstraction refinement

Split player 1 nodes in bad sets of nodes which have a move such that the succ is not in a good set have a move such that the succ. is not in a good set

B

1 32

A

1 32

5 6 7 8

L LL

July 17, 2008 38Daniel Dahrendorf ‐ Counterexample Guided Control

Page 39: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Abstraction refinementAbstraction refinement

Split player 2 in the good set r and the bad set [[vα]] \ r[[v ]] \ r

B

1 32

A

1 32

5 6 7 8

L L

5 6 7 8

L

July 17, 2008 39Daniel Dahrendorf ‐ Counterexample Guided Control

Page 40: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Example: refined AbstractionExample: refined Abstraction

1 32L

LB

4 5 6 7 8

L

L

A

B

1 32L

L AA

AB

BC

LL

4 5 6 7 8

LA B

4 5 7

L L

July 17, 2008 40Daniel Dahrendorf ‐ Counterexample Guided Control

Page 41: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

Counterexample‐Guided Controller SynthesisCounterexample Guided Controller Synthesis

July 17, 2008 41Daniel Dahrendorf ‐ Counterexample Guided Control

Page 42: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

TerminationTermination

Bad news:The refinement loop may not terminate in general for infinite state gamesfor infinite state games

Good news:Termination is guaranteed for finite games and certain state equivalences with finite indexcertain state equivalences with finite index

July 17, 2008 42Daniel Dahrendorf ‐ Counterexample Guided Control

Page 43: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

ConclusionConclusion

Abstraction reduces the state spaceSound abstraction ensures that if player 1 wins Sound abstraction: ensures that if player 1 wins the abstract game he wins also the concrete gameAutomatic refinement guided by spurious spoiling strategiesCan be extended to arbitrary ω‐regular Can be extended to arbitrary ω regular objectives

July 17, 2008 43Daniel Dahrendorf ‐ Counterexample Guided Control

Page 44: Counterexample guided Control - uni- · PDF fileDaniel Dahrendorf Seminar:Games in Verification and Synthesis (University of Saarland, Reactive Systems Group) July 17, 2008 COUNTEREXAMPLEGUIDED

ReferencesReferences

1. T. Henzinger, R. Jhala, and R. Majumdar. Counterexample‐guided control. In Proc. 30th Int. Colloquium on Automata, Languages, and

Programming (ICALP), volume 2719 of LNCS, pages 886‐‐902, 2003.

July 17, 2008 44Daniel Dahrendorf ‐ Counterexample Guided Control