| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 15:31:05 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 15:31:05 +0200 |
| commit | 35bce44858fcd7b0dab398cbce72d13057d3a501 (patch) | |
| tree | c11c3637e3510d9cfc51c260db73ac6e1b7506fc /data | |
| parent | 76ce3682dc4e7480b0e77ea189c05f17d2435d70 (diff) | |
forgot to use cfg-to-path. Still broken though.
Diffstat (limited to 'data')
| -rw-r--r-- | data/property/impossible_processes.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/property/impossible_processes.pro b/data/property/impossible_processes.pro new file mode 100644 index 0000000..a93e916 --- /dev/null +++ b/data/property/impossible_processes.pro @@ -0,0 +1,12 @@ +(tag_existing + ( + (ps process WHAT_ARE_YOU_DOING) + ) + (forall sl1 waveform + (CTL_verifies ps + (not + (EF (expr_writes sl1)) + ) + ) + ) +) |


