Skip to content

Commit 0013cc2

Browse files
committed
Disable product reading
1 parent f91674c commit 0013cc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scip/reader_opb.c

+2
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,7 @@ SCIP_RETCODE getCommentLineData(
15411541
if( commentstart == NULL )
15421542
break;
15431543

1544+
#ifdef SCIP_DISABLED_CODE
15441545
/* search for "#product= xyz" in comment line, where xyz represents the number of and constraints */
15451546
str = strstr(opbinput->linebuf, "#product= ");
15461547
if( str != NULL )
@@ -1568,6 +1569,7 @@ SCIP_RETCODE getCommentLineData(
15681569
}
15691570
}
15701571
}
1572+
#endif
15711573

15721574
/* search for "intsize= xyz" in comment line, where xyz represents the number of bits required to represent
15731575
* the largest coefficient in the given instance */

0 commit comments

Comments
 (0)