Summary: | Leads-to property check inconsistent with different trace options | ||
---|---|---|---|
Product: | UPPAAL | Reporter: | Marius Mikučionis <marius> |
Component: | Engine | Assignee: | Gerd Behrmann <behrmann> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | 4.0.1 | ||
Hardware: | All | ||
OS: | All | ||
Architecture: | |||
Attachments: | sample spec to demonstrate bug |
Description
Marius Mikučionis
2006-07-07 11:05:44 CEST
Created attachment 105 [details]
sample spec to demonstrate bug
Generating shortest and fastest traces for any liveness property is not supported. This should be documented and an error should be generated for this particular case. *** Bug 339 has been marked as a duplicate of this bug. *** The inconsistency was caused by a wrong initialisation of the pruning threshold in the PassedWaitingList implementations. This is fixed on the 4.0 branch from rev. 2480. The trunk was already fixed. Shortest and fastest trace settings stil have no effect on liveness properties (the traces with neither be shortest nor fastest), however the result should be correct. |