3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-04-30 11:36:16 -07:00 committed by Lev Nachmanson
parent 8cdf754990
commit 25edc98f36
5 changed files with 60 additions and 26 deletions

View file

@ -103,7 +103,7 @@ class emonomials : public var_eqs_merge_handler {
cell* head(lpvar v) const;
void set_visited(monomial& m) const;
bool is_visited(monomial const& m) const;
std::ostream& display_use(std::ostream& out) const;
public:
/**
\brief emonomials builds on top of var_eqs.
@ -281,6 +281,7 @@ public:
\brief display state of emonomials
*/
std::ostream& display(const core&, std::ostream& out) const;
std::ostream& display(std::ostream& out) const;
/**
\brief