feat(kernel/equiv_manager): use expr_struct_map in the equiv_manager
This commit is contained in:
parent
c379783c84
commit
9f8e3752f0
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ class equiv_manager {
|
|||
unsigned m_rank;
|
||||
};
|
||||
|
||||
std::vector<node> m_nodes;
|
||||
expr_map<node_ref> m_to_node;
|
||||
bool m_use_hash;
|
||||
std::vector<node> m_nodes;
|
||||
expr_struct_map<node_ref> m_to_node;
|
||||
bool m_use_hash;
|
||||
|
||||
node_ref mk_node();
|
||||
node_ref find(node_ref n);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue