3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

remove incorrect order lemmas

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-04-28 19:36:05 -07:00
parent b0ffad95b0
commit 56690d16da
3 changed files with 0 additions and 92 deletions

View file

@ -64,7 +64,6 @@ struct imp {
c().explain(m_x, exp);
c().explain(m_y, exp);
}
void generate_simple_tangent_lemma(const monic& m, const factorization&);
void tangent_lemma_on_bf() {
get_tang_points();
TRACE("nla_solver", tout << "tang domain = "; print_tangent_domain(tout) << std::endl;);