mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 08:51:55 +00:00
fix a few bugs, debugging eufi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba504e4243
commit
6d79b19170
3 changed files with 23 additions and 11 deletions
|
@ -116,7 +116,7 @@ namespace qe {
|
|||
m_dual_solver(sNot)
|
||||
{
|
||||
params_ref p;
|
||||
p.set_bool("smt.core.minimize", true);
|
||||
p.set_bool("core.minimize", true);
|
||||
m_solver->updt_params(p);
|
||||
m_dual_solver->updt_params(p);
|
||||
expr_ref_vector fmls(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue