EECI 2020: Reactive Synthesis: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
(Created page with "{{eeci-sp2020 header|prev=Discrete Abstractions|next=Computer Session: TuLiP}} This lecture discusses planner synthesis from LTL specification. In particular, we focus on sys...")
 
No edit summary
 
Line 6: Line 6:


==  Lecture Materials ==
==  Lecture Materials ==
* Lecture slides: [http://www.cds.caltech.edu/~murray/courses/eeci-sp2020/L7_reactive-09Mar2020.pdf Synthesis of Reactive Control Protocols]
* Lecture slides: [http://www.cds.caltech.edu/~murray/courses/eeci-sp2020/L7_reactive-11Mar2020.pdf Synthesis of Reactive Control Protocols]


== Further Reading ==
== Further Reading ==
* <p>[http://portal.acm.org/citation.cfm?id=101990 On the development of reactive systems], D. Harel and A. Pnueli.  In ''Logics and models of concurrent systems'', Pages 477 - 498, Springer-Verlag, 1985.</p>
* <p>[http://portal.acm.org/citation.cfm?id=101990 On the development of reactive systems], D. Harel and A. Pnueli.  In ''Logics and models of concurrent systems'', Pages 477 - 498, Springer-Verlag, 1985.</p>
* <p>[http://ysaar.net/data/synth.pdf Synthesis of Reactive(1) Designs.], Nir Priterman, Amir Pnueli, and Yaniv Sa'ar.  In Proc. 7th International Conference on Verification, Model Checking and Abstract Interpretation, volume 3855 of Lecture Notes in Computer Science, pages 364-380, 2006.  Software available at http://jtlv.sourceforge.net/.</p>
* <p>[http://ysaar.net/data/synth.pdf Synthesis of Reactive(1) Designs.], Nir Priterman, Amir Pnueli, and Yaniv Sa'ar.  In Proc. 7th International Conference on Verification, Model Checking and Abstract Interpretation, volume 3855 of Lecture Notes in Computer Science, pages 364-380, 2006.  Software available at http://jtlv.sourceforge.net/.</p>

Latest revision as of 22:38, 1 March 2020

Prev: Discrete Abstractions Course home Next: Computer Session: TuLiP

This lecture discusses planner synthesis from LTL specification. In particular, we focus on systems that maintain an ongoing interaction with their environment. For the system to be correct, the planner needs to ensure that the specification holds for all the possible behaviors of the environment. This "reactive" system synthesis problem originates from Church's problem formulated in 1965 and can be viewed as a two-person game between the system and the environment. In general, the complexity of reactive system synthesis problem is double exponential. However, for certain special cases, the problem can be solved in polynomial time. We discuss those special cases, with the emphasis on the case where the problem can be formulated as a Generalized Reactivity(1) game.

Lecture Materials

Further Reading