3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 16:52:15 +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 #if 0
m_fixed_bits.push(); m_fixed_bits.push();
#endif #endif
display(verbose_stream() << "push\n");
} }
void solver::pop_levels(unsigned num_levels) { void solver::pop_levels(unsigned num_levels) {
@ -711,8 +710,6 @@ namespace polysat {
m_trail.push_back(trail_instr_t::assign_bool_i); m_trail.push_back(trail_instr_t::assign_bool_i);
LOG("Replay: " << lit); LOG("Replay: " << lit);
} }
display(verbose_stream());
} }
bool solver::can_decide() const { bool solver::can_decide() const {