mirror of
https://github.com/Z3Prover/z3
synced 2025-07-30 16:03:16 +00:00
parent
1b83a4556b
commit
32614722ef
3 changed files with 15 additions and 6 deletions
|
@ -536,6 +536,7 @@ namespace qe {
|
|||
th_rewriter rewrite(m);
|
||||
rewrite(a);
|
||||
rewrite(b);
|
||||
TRACE("interpolator", tout << a << " " << b << "\n");
|
||||
solver_ref sA = sf(m, p, false /* no proofs */, true, true, symbol::null);
|
||||
solver_ref sB = sf(m, p, false /* no proofs */, true, true, symbol::null);
|
||||
solver_ref sNotA = sf(m, p, false /* no proofs */, true, true, symbol::null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue