symbolic model checking notations

 

通常的分析方法是:list/table represent the state space
symbolic model: represent the state space symbolically

Temoral Logic
    ↓
μ calculus

 

    ↓
symbolic model  (using Bryant's Binary Decision Diagram)

對於Petri Net的分析與很多圖的分析,在活性上是相通的

BDDs do not prevent explosion in all cases.
solves 1020 states, usually 108

1989 BDD based algorith for CTL model checking    --  applicable to synchronous circuits, but not to asynchronous circuits, or infinite computations, such as liveness, fairness.

symbolic model       based on interative computation of fixed point 固定點的迭代計算 --- 有點像暑假裏unfolding算法中確定cut point

some methods:
stubborn sets method
trace automaton method
behavior machines method
time Petri Nets methos Yoneda. et. al. 1989

characteristic: do not involve interleaving of actions

symbolic model solves:
derive efficient decision procedure for CTL model checking
satisfiability of linear-time temporal logic formulas
strong and weak observational equivalence of finite transition systems
language containment for finite ω-automata
發佈了11 篇原創文章 · 獲贊 5 · 訪問量 3萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章