3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

remove a duplicate method

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-05-13 15:38:20 -07:00
parent fff1426556
commit bdecbe4ed7
4 changed files with 1 additions and 14 deletions

View file

@ -468,7 +468,7 @@ void basics::basic_lemma_for_mon_zero_model_based(const monic& rm, const factori
} else {
lemma |= ineq(var(rm), llc::NE, 0);
for (auto j : f) {
lemma.explain_separation_from_zero(var(j));
lemma.explain_var_separated_from_zero(var(j));
}
}
lemma &= f;