3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +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

@ -108,7 +108,6 @@ public:
new_lemma& explain_var_separated_from_zero(lpvar j);
new_lemma& explain_existing_lower_bound(lpvar j);
new_lemma& explain_existing_upper_bound(lpvar j);
new_lemma& explain_separation_from_zero(lpvar j);
lp::explanation& expl() { return current().expl(); }