Skip to content

Commit

Permalink
fix #5491
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 20, 2021
1 parent 15e3e81 commit aa05298
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/smt/theory_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3191,10 +3191,8 @@ void theory_seq::relevant_eh(app* n) {

if (m_util.str.is_replace_all(n) ||
m_util.str.is_replace_re(n) ||
m_util.str.is_replace_re_all(n) ||
// m_util.str.is_from_code(n) ||
// m_util.str.is_to_code(n) ||
m_util.str.is_is_digit(n)) {
m_util.str.is_replace_re_all(n)
) {
add_unhandled_expr(n);
}
}
Expand Down

0 comments on commit aa05298

Please sign in to comment.