mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
remove spurious output
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
04fec3f6a0
commit
64cb5cad81
3 changed files with 34 additions and 41 deletions
|
@ -95,7 +95,6 @@ bool theory_seq::propagate_ne2lit(unsigned idx) {
|
|||
}
|
||||
}
|
||||
if (undef_lit == null_literal) {
|
||||
display_disequation(verbose_stream() << "conflict:", n) << "\n";
|
||||
dependency* dep = n.dep();
|
||||
dependency* dep1 = nullptr;
|
||||
if (explain_eq(n.l(), n.r(), dep1)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue