mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
update core minimization code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
41edf5f91e
commit
c72ed3e6b4
9 changed files with 287 additions and 109 deletions
|
@ -51,6 +51,7 @@ class obj_hashtable : public core_hashtable<obj_hash_entry<T>, obj_ptr_hash<T>,
|
|||
public:
|
||||
obj_hashtable(unsigned initial_capacity = DEFAULT_HASHTABLE_INITIAL_CAPACITY):
|
||||
core_hashtable<obj_hash_entry<T>, obj_ptr_hash<T>, ptr_eq<T> >(initial_capacity) {}
|
||||
|
||||
};
|
||||
|
||||
template<typename Key, typename Value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue