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:
parent
2b98c7e157
commit
c88d5e6468
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue