mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
parent
74890ca1c8
commit
62b8394bdd
2 changed files with 2 additions and 1 deletions
|
@ -1891,7 +1891,7 @@ bool theory_seq::solve_ne(unsigned idx) {
|
|||
new_ls.push_back(ls);
|
||||
new_rs.push_back(rs);
|
||||
}
|
||||
else {
|
||||
else if (nl != nr) {
|
||||
literal lit(mk_eq(nl, nr, false));
|
||||
ctx.mark_as_relevant(lit);
|
||||
new_lits.push_back(lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue