Summary: | Liveness checker gives wrong answer | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Gerd Behrmann <behrmann> |
Component: | Engine | Assignee: | Gerd Behrmann <behrmann> |
Status: | CLOSED FIXED | ||
Severity: | blocker | ||
Priority: | P5 | ||
Version: | 3.4.8 | ||
Hardware: | All | ||
OS: | All | ||
Architecture: | |||
Attachments: | Test case |
Description
Gerd Behrmann
2005-03-29 18:00:39 CEST
Created attachment 28 [details]
Test case
A fix has been checked into CVS. The bug made the old implementation an under approximation. I.e. when E[] p returned true (or A<> p returned false) this was correct, but when E[] p returned false (or A<> p returned true) this might have been wrong. |