mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6cf7d8e523
commit
1e0c1cefd6
13 changed files with 59 additions and 20 deletions
|
@ -201,6 +201,10 @@ namespace smt {
|
|||
return m_root;
|
||||
}
|
||||
|
||||
void set_root(enode* r) {
|
||||
m_root = r;
|
||||
}
|
||||
|
||||
enode * get_next() const {
|
||||
return m_next;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue