Summary: | leads to property check is wrong | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Marius Mikučionis <marius> |
Component: | Engine | Assignee: | Alexandre David <adavid> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | P2 | ||
Version: | 4.0.6 | ||
Hardware: | PC | ||
OS: | All | ||
Architecture: | |||
Attachments: | The model exhibiting the bug |
Description
Marius Mikučionis
2007-11-14 16:59:15 CET
Created attachment 199 [details]
The model exhibiting the bug
UPPAAL 4.0.6 says the following property does not hold:
(impulse.x>0 && cpu_output== 1) --> (impulse.x==0 && cpu_output== 0)
Version from trunk says it holds.
Revision 3932 should fix it. The liveness checker of the trunk seems to work fine in 4.0. |