Open daniel-larraz opened 2 years ago
I fear that the check-sat-assuming
command is broken again. As a work-around, you can assert the literals with assert and then use check-sat.
Simulating check-sat-assuming
with a sequence of push
, assert
, check-sat
, and pop
gets around the problem. Thanks.
Running SMTInterpol on this SMT script (bmc.txt) triggers the following error: