mirror of
https://github.com/Z3Prover/z3
synced 2026-04-25 13:23:32 +00:00
Fixed unit substitution
This commit is contained in:
parent
aab96dbd29
commit
48273ca0ed
4 changed files with 338 additions and 297 deletions
|
|
@ -86,6 +86,7 @@ public:
|
|||
|
||||
typedef core_hashtable<obj_map_entry, obj_hash<key_data>, default_eq<key_data> > table;
|
||||
|
||||
private:
|
||||
table m_table;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue