mirror of
https://github.com/Z3Prover/z3
synced 2026-08-07 06:28:18 +00:00
Update seq_axioms.cpp
This commit is contained in:
parent
2999517d51
commit
979fd5c637
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ namespace seq {
|
|||
add_clause(offs_ge_0, mk_eq(n, z));
|
||||
add_clause(l_ge_0, mk_eq(n, z));
|
||||
add_clause(y_ge_o, mk_eq(n, z));
|
||||
add_clause(~y_ge_o, y_ge_l, mk_eq(n, a.mk_sub(len_y, offs)));
|
||||
add_clause(~offs_ge_0, ~y_ge_o, y_ge_l, mk_eq(n, a.mk_sub(len_y, offs)));
|
||||
}
|
||||
else if (seq.str.is_unit(x) ||
|
||||
seq.str.is_empty(x) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue