Mercurial > hg > Members > kono > Proof > automaton
view a12/lecture.ind @ 400:2c2fd5183a2b
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 06 Aug 2023 09:48:27 +0900 |
parents | 0e8a0e50ed26 |
children |
line wrap: on
line source
-title: 時相論理とCTL --LTTL []<> に○p(次の時刻でpが成立)と p until q (q が成立するまでずーっとp)を付け加えた論理をLTTL( Linear Time Temporal Logic )という。 任意のLTTL式はωオートマトンに変換することができる。 変数に対する量化記号を許すと QPTL と呼ばれる。 --CTL Computational Tree Logic は、非決定性を含む計算に対して、計算の経路を含む状況を記述する。 非決定性は入力の非決定性による。 EF p requires that there exists a path starting from a state, such that property p holds in a future time AF p requires that for all paths starting from a state, property p holds in a future time EG p requires that there exists a path starting from a state, such that property p holds in all future time instants AG p requires that for all paths starting from a state, property p holds in all future time instants