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

fix #2928 - test case is actually abuse of qe2. It is reasonable for qe2 to assume that simplify was applied first

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-03 08:43:45 -08:00
parent 2398834206
commit 18280a9737

View file

@ -161,7 +161,7 @@ namespace smt {
e = ctx.mk_enode(n, !m_params.m_bv_reflect, false, m_params.m_bv_cc);
mk_var(e);
}
SASSERT(e->get_th_var(get_id()) != null_theory_var);
// SASSERT(e->get_th_var(get_id()) != null_theory_var);
return e;
}