mirror of
https://github.com/Z3Prover/z3
synced 2026-05-16 23:25:36 +00:00
flag replace_all as unhandled
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2c45740986
commit
e1d3eb1a80
1 changed files with 2 additions and 1 deletions
|
|
@ -3334,7 +3334,8 @@ void theory_seq::relevant_eh(app* n) {
|
|||
add_length_to_eqc(arg);
|
||||
|
||||
if (m_util.str.is_replace_re(n) ||
|
||||
m_util.str.is_replace_re_all(n)) {
|
||||
m_util.str.is_replace_re_all(n) ||
|
||||
m_util.str.is_replace_all(n)) {
|
||||
add_unhandled_expr(n);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue