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:
parent
fff1426556
commit
bdecbe4ed7
4 changed files with 1 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue