Skip to content

Commit 0707b16

Browse files
committed
fix width of statistic output
1 parent 7203e53 commit 0707b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/prop_symmetry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ SCIP_DECL_TABLEOUTPUT(tableOutputSymmetry)
640640
if ( tabledata->propdata->orbitopalreddata )
641641
{
642642
SCIP_CALL( SCIPorbitopalReductionGetStatistics(scip, tabledata->propdata->orbitopalreddata, &nred, &ncutoff) );
643-
SCIPverbMessage(scip, SCIP_VERBLEVEL_MINIMAL, file, " orbitopal reduction: %10d reductions applied,"
643+
SCIPverbMessage(scip, SCIP_VERBLEVEL_MINIMAL, file, " orbitopal red. : %10d reductions applied,"
644644
" %10d cutoffs\n", nred, ncutoff);
645645
}
646646
if ( tabledata->propdata->orbitalreddata )

0 commit comments

Comments
 (0)