mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 15:25:46 +00:00
restore qfnia_tactic.cpp to expose a bug
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
45ea23be21
commit
2bab591ef3
1 changed files with 1 additions and 0 deletions
|
@ -2292,6 +2292,7 @@ struct solver::imp {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mk_ineq(m.var(), (sign.is_pos()? llc::GT : llc ::LT), current_lemma());
|
mk_ineq(m.var(), (sign.is_pos()? llc::GT : llc ::LT), current_lemma());
|
||||||
|
TRACE("nla_solver", print_lemma_and_expl(tout););
|
||||||
}
|
}
|
||||||
|
|
||||||
bool generate_simple_tangent_lemma(const rooted_mon* rm) {
|
bool generate_simple_tangent_lemma(const rooted_mon* rm) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue