Skip to content

Commit 2215ab6

Browse files
committed
Merge branch 'fix_orbitopal_reduction_statistic_output' into 'v90-bugfix'
fix width of statistic output See merge request integer/scip!3383
2 parents 7203e53 + 0707b16 commit 2215ab6

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)