mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into polysat
This commit is contained in:
commit
39f50d46cc
82 changed files with 1049 additions and 599 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue