Skip to content

Commit de69b01

Browse files
Lev's fixes
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f90db2b commit de69b01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/smt/theory_seq.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4996,6 +4996,7 @@ void theory_seq::add_extract_axiom(expr* e) {
49964996
TRACE("seq", tout << mk_pp(e, m) << "\n";);
49974997
expr* s = nullptr, *i = nullptr, *l = nullptr;
49984998
VERIFY(m_util.str.is_extract(e, s, i, l));
4999+
#if 0
49995000
if (is_tail(s, i, l)) {
50005001
add_tail_axiom(e, s);
50015002
return;
@@ -5012,6 +5013,7 @@ void theory_seq::add_extract_axiom(expr* e) {
50125013
add_extract_suffix_axiom(e, s, i);
50135014
return;
50145015
}
5016+
#endif
50155017
expr_ref x(mk_skolem(m_pre, s, i), m);
50165018
expr_ref ls = mk_len(s);
50175019
expr_ref lx = mk_len(x);

0 commit comments

Comments
 (0)