mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
fix #5134
This commit is contained in:
parent
6bdf377e11
commit
6d28b1a858
3 changed files with 40 additions and 8 deletions
|
@ -1067,6 +1067,8 @@ bool theory_seq::check_length_coherence() {
|
|||
if (check_length_coherence(e)) {
|
||||
return true;
|
||||
}
|
||||
if (!ctx.e_internalized(e))
|
||||
change = true;
|
||||
enode* n = ensure_enode(e);
|
||||
enode* r = n->get_root();
|
||||
if (r != n && has_length(r->get_expr())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue