3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

add back unit sharing

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-08 15:41:57 -07:00
parent 99e3089f9f
commit 240659d7f9

View file

@ -112,10 +112,8 @@ namespace smt {
break; break;
} }
} }
#if 0
if (m_config.m_share_units) if (m_config.m_share_units)
share_units(m_l2g); share_units(m_l2g);
#endif
} }
} }