Closed andrey-kuprianov closed 4 years ago
When checking the following spec
----- MODULE bug ----- VARIABLE a Init == a = 1 Next == a' = a Inv == FALSE ===============
e.g. with these parameters
apalache-mc --debug check --length=2 --inv=Inv bug.tla
no error is reported, and the following message can be seen in detailed.log:
detailed.log
The invariant is referring only to the UNCHANGED variables. Skipped.
This is a bug in an optimization. Will fix it asap.
When checking the following spec
e.g. with these parameters
no error is reported, and the following message can be seen in
detailed.log
: