3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

remove debug output

This commit is contained in:
Jakob Rath 2023-03-07 10:35:33 +01:00
parent b84f9694cd
commit 57d1506a0a

View file

@ -599,7 +599,6 @@ namespace polysat {
#if 0
m_fixed_bits.push();
#endif
display(verbose_stream() << "push\n");
}
void solver::pop_levels(unsigned num_levels) {
@ -711,8 +710,6 @@ namespace polysat {
m_trail.push_back(trail_instr_t::assign_bool_i);
LOG("Replay: " << lit);
}
display(verbose_stream());
}
bool solver::can_decide() const {