Home
last modified time | relevance | path

Searched refs:nzSos (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/interfaces/gams/src/
H A Dreader_gmo.c1302 int numSos1, numSos2, nzSos; in SCIPcreateProblemReaderGmo() local
1548 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()