3
0
Fork 0
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:
Nikolaj Bjorner 2021-10-16 15:52:37 -07:00
parent f78546cd7c
commit 115203e87c
6 changed files with 98 additions and 95 deletions

View file

@ -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(); }