3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-07-31 09:52:45 -07:00
parent 74890ca1c8
commit 62b8394bdd
2 changed files with 2 additions and 1 deletions

View file

@ -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);