mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix order lemmas for emons
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
150d3769fb
commit
9d6bf016fc
5 changed files with 33 additions and 20 deletions
|
@ -51,6 +51,7 @@ struct common {
|
|||
|
||||
template <typename T> rational val(T const& t) const;
|
||||
rational val(lpvar) const;
|
||||
rational rval(const monomial&) const;
|
||||
template <typename T> lpvar var(T const& t) const;
|
||||
bool done() const;
|
||||
template <typename T> void explain(const T&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue