3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-25 13:23:32 +00:00

Fixed unit substitution

This commit is contained in:
CEisenhofer 2026-03-24 16:24:28 +01:00
parent aab96dbd29
commit 48273ca0ed
4 changed files with 338 additions and 297 deletions

View file

@ -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: