mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cfa7c733db
commit
f4e8205aca
2 changed files with 5 additions and 7 deletions
|
@ -165,13 +165,11 @@ namespace smt {
|
|||
|
||||
void del_eh(ast_manager & m, bool update_children_parent = true);
|
||||
|
||||
app * get_owner() const {
|
||||
return m_owner;
|
||||
}
|
||||
app * get_owner() const { return m_owner; }
|
||||
app * get_expr() const { return m_owner; }
|
||||
|
||||
unsigned get_owner_id() const {
|
||||
return m_owner->get_id();
|
||||
}
|
||||
unsigned get_owner_id() const { return m_owner->get_id(); }
|
||||
unsigned get_expr_id() const { return m_owner->get_id(); }
|
||||
|
||||
func_decl * get_decl() const {
|
||||
return m_owner->get_decl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue