mirror of
https://github.com/Z3Prover/z3
synced 2025-11-13 09:31:14 +00:00
Print less output in non-verbose mode
This commit is contained in:
parent
ee64bf27d1
commit
707a5b78f7
4 changed files with 18 additions and 15 deletions
|
|
@ -40,7 +40,7 @@ namespace polysat {
|
|||
s.pop_levels(s.m_level - s.base_level());
|
||||
m_conflicts_at_restart = s.m_stats.m_num_conflicts;
|
||||
m_restart_threshold = m_restart_init * get_luby(++m_luby_idx);
|
||||
verbose_stream() << "Restart with Conflict #" << s.m_stats.m_num_conflicts << "\n";
|
||||
IF_VERBOSE(10, verbose_stream() << "Restart with Conflict #" << s.m_stats.m_num_conflicts << "\n";);
|
||||
s.randomize_activity();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue