We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611e34c commit 11a1359Copy full SHA for 11a1359
src/xorfinder.cpp
@@ -415,9 +415,7 @@ void XorFinder::grab_mem()
415
416
void XorFinder::Stats::print_short(const Solver* solver, double time_remain) const
417
{
418
- cout
419
- << "c [occ-xor] found " << std::setw(6) << foundXors
420
- ;
+ cout << solver->conf.prefix << "[occ-xor] found " << std::setw(6) << foundXors;
421
if (foundXors > 0) {
422
cout
423
<< " avg sz " << std::setw(3) << std::fixed << std::setprecision(1)
0 commit comments