3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-03 11:25:40 +00:00

remove debug out

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-18 18:33:02 -07:00 committed by Lev Nachmanson
parent 2b98c7e157
commit c88d5e6468

View file

@ -3218,7 +3218,6 @@ public:
// lp::constraint_index const null_constraint_index = UINT_MAX; // not sure what a correct fix is // lp::constraint_index const null_constraint_index = UINT_MAX; // not sure what a correct fix is
void set_evidence(lp::constraint_index idx) { void set_evidence(lp::constraint_index idx) {
std::cout << idx << "\n";
if (idx == UINT_MAX) { if (idx == UINT_MAX) {
return; return;
} }
@ -3236,7 +3235,6 @@ public:
break; break;
} }
case definition_source: { case definition_source: {
std::cout << "def\n";
// skip definitions (these are treated as hard constraints) // skip definitions (these are treated as hard constraints)
break; break;
} }
@ -3274,7 +3272,6 @@ public:
set_evidence(ev.second); set_evidence(ev.second);
} }
} }
std::cout << m_core << "\n";
// SASSERT(validate_conflict()); // SASSERT(validate_conflict());
dump_conflict(); dump_conflict();
if (is_conflict) { if (is_conflict) {