mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
remove debug output
This commit is contained in:
parent
b84f9694cd
commit
57d1506a0a
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue