Skip to content

Commit 0d5233c

Browse files
committed
remove unused statistics header column
1 parent d7164c6 commit 0d5233c

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)