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 example passes verification, but when I add the --termination flag, it fails with the error:
Could not prove termination on join into: 9, 17,
Program terminates within 2147483647 instructions
0,0.002813,4432
However, if I try the same with an older commit, like 03285310ed91f1d257d4fbdf9f6d7f4b54229339, the termination check succeeds and I get the following message:
Program terminates within 78 instructions
1,0.003311,4396
I noticed that this happens now with all the examples that I have tried, which do not have unrolled loops and which used to pass termination checks in the past.
Is this expected?
The text was updated successfully, but these errors were encountered:
Hi,
I have written the following example that contains a simple for loop:
It produces the following code:
The example passes verification, but when I add the
--termination
flag, it fails with the error:However, if I try the same with an older commit, like
03285310ed91f1d257d4fbdf9f6d7f4b54229339
, the termination check succeeds and I get the following message:I noticed that this happens now with all the examples that I have tried, which do not have unrolled loops and which used to pass termination checks in the past.
Is this expected?
The text was updated successfully, but these errors were encountered: