This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 653 - The initial state is undefined with invariant using clock initialized other than zero in SMC
Summary: The initial state is undefined with invariant using clock initialized other t...
Status: ASSIGNED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: 4.1.19
Hardware: All All
: P5 normal
Assignee: Marius Mikučionis
URL:
Depends on:
Blocks:
 
Reported: 2018-05-02 13:38 CEST by Marius Mikučionis
Modified: 2018-05-02 13:39 CEST (History)
1 user (show)

See Also:
Architecture:


Attachments
minimal example (783 bytes, text/xml)
2018-05-02 13:38 CEST, Marius Mikučionis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Mikučionis 2018-05-02 13:38:50 CEST
Created attachment 326 [details]
minimal example

Suppose clock is initialized with value greater than zero:

clock A=100.0;

And the model has an invariant in the initial location A>=20 which clearly satisfies the initial conditions, yet Uppaal syntax checker complains that "The initial state is undefined".