mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
parent
8cdf754990
commit
25edc98f36
5 changed files with 60 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue