diff --git a/src/smt/theory_seq.cpp b/src/smt/theory_seq.cpp index ed81f036b49..a835c4634aa 100644 --- a/src/smt/theory_seq.cpp +++ b/src/smt/theory_seq.cpp @@ -1579,8 +1579,10 @@ void theory_seq::add_length(expr* e, expr* l) { Add length limit restrictions to sequence s. */ void theory_seq::add_length_limit(expr* s, unsigned k, bool is_searching) { +#if 0 if (m_sk.is_skolem(s)) return; +#endif expr_ref lim_e = m_ax.add_length_limit(s, k); unsigned k0 = 0; if (m_length_limit_map.find(s, k0)) {