mirror of
https://github.com/Z3Prover/z3
synced 2026-08-02 20:23:27 +00:00
Update sat_asymm_branch.cpp
This commit is contained in:
parent
c49eb07c3e
commit
276edc5ce8
1 changed files with 1 additions and 3 deletions
|
|
@ -68,9 +68,7 @@ namespace sat {
|
|||
if (num_learned > 0) verbose_stream() << " :elim-learned-literals " << num_learned;
|
||||
if (num_units > 0) verbose_stream() << " :units " << num_units;
|
||||
if (tr > 0) verbose_stream() << " :hte " << tr;
|
||||
verbose_stream() << " :cost " << m_asymm_branch.m_counter;
|
||||
verbose_stream() << mem_stat();
|
||||
verbose_stream() << m_watch << ")\n";);
|
||||
verbose_stream() << " :cost " << m_asymm_branch.m_counter << ")\n";);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue