Skip to content

Commit ae26eb9

Browse files
committed
Merge branch 'remove_header_for_statistic_not_output' into 'v100-bugfix'
remove unused statistics header column See merge request integer/scip!4050
2 parents 8be3d1c + 0d5233c commit ae26eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/scip_solvingstats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4262,7 +4262,7 @@ void SCIPprintLPStatistics(
42624262

42634263
SCIP_CALL_ABORT( SCIPcheckStage(scip, "SCIPprintLPStatistics", FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, FALSE, FALSE) );
42644264

4265-
SCIPmessageFPrintInfo(scip->messagehdlr, file, "LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It ItLimit\n");
4265+
SCIPmessageFPrintInfo(scip->messagehdlr, file, "LP : Time Calls Iterations Iter/call Iter/sec Time-0-It Calls-0-It\n");
42664266

42674267
SCIPmessageFPrintInfo(scip->messagehdlr, file, " primal LP : %10.2f %10" SCIP_LONGINT_FORMAT " %10" SCIP_LONGINT_FORMAT " %10.2f",
42684268
SCIPclockGetTime(scip->stat->primallptime),

0 commit comments

Comments
 (0)