mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +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
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue