Skip to content

Commit

Permalink
Better verbose printing
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed May 22, 2018
1 parent 793904b commit f1e3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/searcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ lbool Searcher::burst_search()
if (conf.verbosity) {
cout
<< "c "
<< conf.burst_search_len << "-long burst search "
<< conf.burst_search_len << "-long burst search finished "
<< " learnt units:" << (stats.learntUnits - numUnitsUntilNow)
<< " learnt bins: " << (stats.learntBins - numBinsUntilNow)
<< solver->conf.print_times(time_used)
Expand Down

0 comments on commit f1e3e2a

Please sign in to comment.