smtbmc: fix bmc with no assertions
this was broken by the `--keep-going` changes
This commit is contained in:
@@ -1589,6 +1589,8 @@ else: # not tempind, covermode
|
||||
active_assert_expr = "(and %s)" % " ".join(active_assert_exprs)
|
||||
|
||||
smt_assert("(not %s)" % active_assert_expr)
|
||||
else:
|
||||
smt_assert("false")
|
||||
|
||||
|
||||
if smt_check_sat() == "sat":
|
||||
|
||||
Reference in New Issue
Block a user