mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 17:22:15 +00:00
parent
2770c8f884
commit
39d1ad3edb
4 changed files with 10 additions and 8 deletions
|
@ -3661,7 +3661,6 @@ void theory_seq::add_extract_axiom(expr* e) {
|
|||
literal ls_le_i = mk_simplified_literal(m_autil.mk_le(mk_sub(i, ls), zero));
|
||||
literal li_ge_ls = mk_simplified_literal(m_autil.mk_ge(ls_minus_i_l, zero));
|
||||
literal l_ge_zero = mk_simplified_literal(m_autil.mk_ge(l, zero));
|
||||
literal l_le_zero = mk_simplified_literal(m_autil.mk_le(l, zero));
|
||||
literal ls_le_0 = mk_simplified_literal(m_autil.mk_le(ls, zero));
|
||||
|
||||
add_axiom(~i_ge_0, ~ls_le_i, mk_seq_eq(xey, s));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue