Searched refs:nzSos (Results 1 – 1 of 1) sorted by relevance
1302 int numSos1, numSos2, nzSos; in SCIPcreateProblemReaderGmo() local1548 gmoGetSosCounts(gmo, &numSos1, &numSos2, &nzSos); in SCIPcreateProblemReaderGmo()1549 if( nzSos > 0 ) in SCIPcreateProblemReaderGmo()1561 SCIP_CALL( SCIPallocBufferArray(scip, &sosind, nzSos) ); in SCIPcreateProblemReaderGmo()1562 SCIP_CALL( SCIPallocBufferArray(scip, &soswt, nzSos) ); in SCIPcreateProblemReaderGmo()