mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c271a42a2e
commit
8a229bf684
7 changed files with 43 additions and 24 deletions
|
@ -52,6 +52,7 @@ namespace euf {
|
|||
m_tmp_node->m_args[i] = args[i];
|
||||
m_tmp_node->m_num_args = n;
|
||||
m_tmp_node->m_expr = e;
|
||||
m_tmp_node->m_table_id = UINT_MAX;
|
||||
return m_table.find(m_tmp_node);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue