From 9624df942f2300c59639cc7cce7322b1a16fd226 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Mon, 27 Jul 2020 09:24:35 -0700 Subject: [PATCH] na Signed-off-by: Nikolaj Bjorner --- src/smt/theory_seq.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/smt/theory_seq.cpp b/src/smt/theory_seq.cpp index ed81f036b..a835c4634 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)) {