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:
parent
6297c001ee
commit
95e07ffe8e
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue