mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
cbbb77bf2c
commit
c012f6ea5b
2 changed files with 5 additions and 2 deletions
|
@ -3475,6 +3475,9 @@ bool theory_seq::internalize_term(app* term) {
|
|||
e = ctx.mk_enode(term, false, m.is_bool(term), true);
|
||||
}
|
||||
mk_var(e);
|
||||
if (!ctx.relevancy()) {
|
||||
relevant_eh(term);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue