mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove spurious out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3931dd5da0
commit
da2f5cc362
1 changed files with 0 additions and 1 deletions
|
@ -3400,7 +3400,6 @@ bool theory_seq::solve_ne(unsigned idx) {
|
|||
|
||||
dependency* deps1 = nullptr;
|
||||
if (explain_eq(n.l(), n.r(), deps1)) {
|
||||
std::cout << "updated explain\n";
|
||||
literal diseq = mk_eq(n.l(), n.r(), false);
|
||||
if (ctx.get_assignment(diseq) == l_false) {
|
||||
new_lits.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue