3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

disable unsound context equality solving

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-11-14 19:14:51 -08:00
parent 6297c001ee
commit 95e07ffe8e

View file

@ -197,7 +197,7 @@ namespace euf {
if (!m.inc())
return;
if (m_config.m_context_solve) {
if (m_config.m_context_solve && false) {
old_fmls.reset();
m_subst_ids.reset();
eqs.reset();