3
0
Fork 0
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:
Nikolaj Bjorner 2026-07-30 19:33:45 -07:00 committed by GitHub
parent c49eb07c3e
commit 276edc5ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";);
}
};