mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 19:06:17 +00:00
parent
1b83a4556b
commit
32614722ef
3 changed files with 15 additions and 6 deletions
|
@ -154,6 +154,7 @@ void asserted_formulas::assert_expr(expr * e, proof * _in_pr) {
|
|||
force_push();
|
||||
proof_ref in_pr(_in_pr, m), pr(_in_pr, m);
|
||||
expr_ref r(e, m);
|
||||
SASSERT(m.is_bool(e));
|
||||
|
||||
if (inconsistent())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue