| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 17:02:57 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-07-19 17:02:57 +0200 | 
| commit | 9f312f0135fd54d9c71c60bc856a48318bd632d3 (patch) | |
| tree | e9aa00772f3e7915b87f31a835a01d80092ac6c0 /data/property/combinational_processes.pro | |
| parent | 313514ac06fc6959a684cd7265c5d146769ec934 (diff) | |
Formula.and(Formula...) != a.and(Formula...)
Having both a static and a non-static function share a name does not
seem like a sane decision.
Diffstat (limited to 'data/property/combinational_processes.pro')
| -rw-r--r-- | data/property/combinational_processes.pro | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/data/property/combinational_processes.pro b/data/property/combinational_processes.pro index 7f8405f..5008a06 100644 --- a/data/property/combinational_processes.pro +++ b/data/property/combinational_processes.pro @@ -4,12 +4,6 @@     )     (forall sl1 waveform        (and -         (CTL_verifies ps -            (implies -               (EF (expr_writes sl1)) -               (AF (expr_writes sl1)) -            ) -         )           (implies              (exists target waveform                 (CTL_verifies ps @@ -28,7 +22,13 @@                    )                 )              ) -            (is_in_sensitivity_list ps sl1) +            (is_in_sensitivity_list sl1 ps) +         ) +         (CTL_verifies ps +            (implies +               (EF (expr_writes sl1)) +               (AF (expr_writes sl1)) +            )           )        )     ) | 


