mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
call nlsat
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
151397a067
commit
e32a6714a5
13 changed files with 86 additions and 68 deletions
|
@ -18,5 +18,6 @@ private:
|
|||
void monotonicity_lemma_lt(const monic& m, const rational& prod_val);
|
||||
std::vector<rational> get_sorted_key(const monic& rm) const;
|
||||
vector<std::pair<rational, lpvar>> get_sorted_key_with_rvars(const monic& a) const;
|
||||
bool monotonicity_lemma_candidate(const monic& m) const;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue