mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
fix #4901
This commit is contained in:
parent
9a76bf0aa2
commit
c15968aa9e
6 changed files with 34 additions and 1 deletions
|
@ -279,6 +279,9 @@ namespace smt {
|
|||
return m_app2enode[n->get_id()];
|
||||
}
|
||||
|
||||
void get_specrels(func_decl_set& rels) const;
|
||||
|
||||
|
||||
/**
|
||||
\brief Similar to get_enode, but returns 0 if n is to e_internalized.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue