mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +00:00
remove using insert_if_not_there2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9ea1cf3c5c
commit
a884201d62
47 changed files with 172 additions and 208 deletions
|
@ -201,6 +201,10 @@ namespace smt {
|
|||
return m_root;
|
||||
}
|
||||
|
||||
bool is_root() const {
|
||||
return m_root == this;
|
||||
}
|
||||
|
||||
void set_root(enode* r) {
|
||||
m_root = r;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue