mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
remove debug out
This commit is contained in:
parent
9a2693bb72
commit
0a28bacd0f
|
@ -1346,7 +1346,6 @@ namespace smt {
|
||||||
TRACE("add_diseq", display_eq_detail(tout, bool_var2enode(v)););
|
TRACE("add_diseq", display_eq_detail(tout, bool_var2enode(v)););
|
||||||
if (!add_diseq(get_enode(lhs), get_enode(rhs)) && !inconsistent()) {
|
if (!add_diseq(get_enode(lhs), get_enode(rhs)) && !inconsistent()) {
|
||||||
literal n_eq = literal(l.var(), true);
|
literal n_eq = literal(l.var(), true);
|
||||||
IF_VERBOSE(0, verbose_stream() << "eq-conflict @" << m_scope_lvl << "\n");
|
|
||||||
set_conflict(b_justification(mk_justification(eq_propagation_justification(get_enode(lhs), get_enode(rhs)))), n_eq);
|
set_conflict(b_justification(mk_justification(eq_propagation_justification(get_enode(lhs), get_enode(rhs)))), n_eq);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue