Skip to content

Commit a876508

Browse files
committed
Correct intsize comment
1 parent 0013cc2 commit a876508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scip/reader_opb.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,7 @@ SCIP_RETCODE getCommentLineData(
15711571
}
15721572
#endif
15731573

1574-
/* search for "intsize= xyz" in comment line, where xyz represents the number of bits required to represent
1575-
* the largest coefficient in the given instance */
1574+
/* search for "intsize= xyz" in comment line */
15761575
str = strstr(opbinput->linebuf, "intsize= ");
15771576
if( str != NULL )
15781577
{

0 commit comments

Comments
 (0)