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
Running hflmc2 input.hes gives me the error below:
Uncaught exception:
"Assert_failure lib/refine/hflmc2_refine.ml:408:34"
Raised at file "lib/refine/hflmc2_refine.ml", line 408, characters 34-46
Called from file "src/list.ml", line 325, characters 13-17
Called from file "src/list.ml", line 557, characters 34-40
Called from file "lib/refine/hflmc2_refine.ml", line 405, characters 22-275
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 353, characters 51-81
Called from file "lib/refine/hflmc2_refine.ml", line 369, characters 31-44
Called from file "lib/refine/hflmc2_refine.ml", line 12, characters 10-14
Called from file "lib/refine/traceVar.ml", line 67, characters 10-14
Called from file "lib/refine/hflmc2_refine.ml", line 350, characters 20-1023
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 568, characters 18-76
Called from file "lib/refine/hflmc2_refine.ml", line 340, characters 16-46
Called from file "lib/refine/hflmc2_refine.ml", line 568, characters 18-76
Called from file "lib/refine/hflmc2_refine.ml", line 590, characters 11-58
Called from file "lib/refine/hflmc2_refine.ml", line 606, characters 39-57
Called from file "lib/hflmc2.ml", line 28, characters 15-19
Called from file "lib/hflmc2.ml", line 40, characters 16-30
Called from file "lib/hflmc2.ml", line 146, characters 24-101
Called from file "lib/hflmc2.ml", line 177, characters 4-52
Called from file "bin/main.ml", line 14, characters 16-32
The text was updated successfully, but these errors were encountered:
This error is due to the free variables (exi_r278 in Exists, for example), which is not allowed.
(hflmc2 accepts free variables only in the main function. This may look weird but is needed for compatibility with hflmc)
Input:
Running
hflmc2 input.hes
gives me the error below:The text was updated successfully, but these errors were encountered: