You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my thesis, I am re-running some old experiments and find that some invariants for pfscan can not be re-validated. After fixing issues because of #1535 some validation failures remain.
Here, it seems the YAML validator tries to evaluate expression at completely unrelated nodes. For example a witness for line 977 (Node 665) gets evaluated at a node corresponding to line 1032 (where the invariant obviously does not hold).
If I print the node information of failing witnesses with
Hmm, it seems the invariants in the file all have entry_type loop_invariant, even when they have nothing to do with loops. Maybe that's also part of what goes wrong...
For my thesis, I am re-running some old experiments and find that some invariants for
pfscan
can not be re-validated. After fixing issues because of #1535 some validation failures remain.Here, it seems the YAML validator tries to evaluate expression at completely unrelated nodes. For example a witness for line 977 (Node 665) gets evaluated at a node corresponding to line 1032 (where the invariant obviously does not hold).
If I print the node information of failing witnesses with
I get
so the locations appear to be wrong.
This is on top of #1417 now, I'll have to see if the same also happens on master.
The text was updated successfully, but these errors were encountered: