mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
review of monotonicity lemma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
30ce6f20f2
commit
31a96b3afa
5 changed files with 46 additions and 72 deletions
|
@ -14,8 +14,8 @@ public:
|
|||
void monotonicity_lemma();
|
||||
private:
|
||||
void monotonicity_lemma(monic const& m);
|
||||
void monotonicity_lemma_gt(const monic& m, const rational& prod_val);
|
||||
void monotonicity_lemma_lt(const monic& m, const rational& prod_val);
|
||||
void monotonicity_lemma_gt(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