mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
remove unused code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
345d6ec8a5
commit
fba5de3a25
1 changed files with 10 additions and 12 deletions
|
@ -16,7 +16,5 @@ private:
|
||||||
void monotonicity_lemma(monic const& m);
|
void monotonicity_lemma(monic const& m);
|
||||||
void monotonicity_lemma_gt(const monic& m);
|
void monotonicity_lemma_gt(const monic& m);
|
||||||
void monotonicity_lemma_lt(const monic& m);
|
void monotonicity_lemma_lt(const monic& m);
|
||||||
std::vector<rational> get_sorted_key(const monic& rm) const;
|
|
||||||
vector<std::pair<rational, lpvar>> get_sorted_key_with_rvars(const monic& a) const;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue