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
The log you show is just a summary of the ParDiff execution. In the complete diff.txt, there should be something like: "start to bisimulation
start new group:
start new group:
start new group:
diff: in F1 not in F2: while compair state_3 and state_2626: state_3 -> state_23:2 ≤ B[2]B[3] && 2 + B[5] ≤ B[2]B[3] && NOT(4 + B[5] ≤ B[2]B[3]) && NOT(B[2]B[3] ≤ 2 + B[5]) && 4 + B[2]B[3] ≤ len
... " That's the diff detected by bisimulation.
After running the example, I got the following
diff.txt
:Is this right? How to inspect these results?
The text was updated successfully, but these errors were encountered: