3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

disable tweak to seq until there are cycles to test further

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-06-19 18:23:27 -05:00
parent 894c60bdf9
commit f375016a11

View file

@ -2180,7 +2180,7 @@ void theory_seq::internalize_eq_eh(app * atom, bool_var v) {
} }
bool theory_seq::internalize_atom(app* a, bool) { bool theory_seq::internalize_atom(app* a, bool) {
#if 0 #if 1
return internalize_term(a); return internalize_term(a);
#else #else
if (is_skolem(m_eq, a)) { if (is_skolem(m_eq, a)) {