Mercurial > hg > Members > kono > Proof > automaton
view a13/smv/testa.smv @ 413:ad086c3161d7 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 18 Jun 2024 14:05:44 +0900 |
parents | 0e8a0e50ed26 |
children |
line wrap: on
line source
MODULE main VAR state : {a, b}; ASSIGN init(state) := a; next(state) := {a, b}; SPEC AG state=a SPEC EG state=a SPEC AF state=a SPEC EF state=a SPEC A [ state=a U state=b ] SPEC E [ state=a U state=b ]