mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +00:00
parent
79183b6339
commit
fe267803d1
3 changed files with 19 additions and 10 deletions
|
@ -249,6 +249,7 @@ public:
|
|||
lcore = m.mk_join(lcore, m.mk_leaf(d));
|
||||
}
|
||||
}
|
||||
if (!pr && m.proofs_enabled()) pr = m.mk_asserted(m.mk_false()); // bail out
|
||||
in->assert_expr(m.mk_false(), pr, lcore);
|
||||
result.push_back(in.get());
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue