mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
disable unsound context equality solving
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6297c001ee
commit
95e07ffe8e
|
@ -197,7 +197,7 @@ namespace euf {
|
||||||
if (!m.inc())
|
if (!m.inc())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_config.m_context_solve) {
|
if (m_config.m_context_solve && false) {
|
||||||
old_fmls.reset();
|
old_fmls.reset();
|
||||||
m_subst_ids.reset();
|
m_subst_ids.reset();
|
||||||
eqs.reset();
|
eqs.reset();
|
||||||
|
|
Loading…
Reference in a new issue