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