mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
f7d1cce69a
commit
4a0a678e3f
4 changed files with 41 additions and 9 deletions
|
@ -49,6 +49,8 @@ namespace q {
|
|||
euf::enode* const* nodes() { return m_nodes; }
|
||||
|
||||
euf::enode* operator[](unsigned i) const { return m_nodes[i]; }
|
||||
|
||||
std::ostream& display(euf::solver& ctx, unsigned num_nodes, std::ostream& out) const;
|
||||
};
|
||||
|
||||
struct clause {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue