mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fixes to sat.euf ematching #5573
This commit is contained in:
parent
f78546cd7c
commit
115203e87c
6 changed files with 98 additions and 95 deletions
|
@ -79,7 +79,7 @@ namespace q {
|
|||
|
||||
euf::enode* operator[](unsigned i) const { return m_nodes[i]; }
|
||||
|
||||
std::ostream& display(euf::solver& ctx, unsigned num_nodes, std::ostream& out) const;
|
||||
std::ostream& display(euf::solver& ctx, std::ostream& out) const;
|
||||
|
||||
unsigned size() const { return c->num_decls(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue