mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
remove useless literal found during review #5470
This commit is contained in:
parent
4beb29d45e
commit
2075cb9fa4
|
@ -1108,7 +1108,7 @@ namespace seq {
|
|||
expr_ref c = m_sk.mk("seq.prefix.c", s, t, char_sort);
|
||||
expr_ref d = m_sk.mk("seq.prefix.d", s, t, char_sort);
|
||||
add_clause(lit, s_gt_t, mk_seq_eq(s, mk_concat(x, seq.str.mk_unit(c), y)));
|
||||
add_clause(lit, s_gt_t, mk_seq_eq(t, mk_concat(x, seq.str.mk_unit(d), z)), mk_seq_eq(t, x));
|
||||
add_clause(lit, s_gt_t, mk_seq_eq(t, mk_concat(x, seq.str.mk_unit(d), z)));
|
||||
add_clause(lit, s_gt_t, ~mk_eq(c, d));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue