mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
turn on from/to code handling #5007 samples
This commit is contained in:
parent
cbb570051c
commit
8ca2de41db
|
@ -3099,8 +3099,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_from_code(n) ||
|
||||
// m_util.str.is_to_code(n) ||
|
||||
m_util.str.is_is_digit(n)) {
|
||||
add_unhandled_expr(n);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue