Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbitope.c331 int* rowcoveragesetppc; in strengthenOrbitopeConstraint() local
384 SCIP_CALL( SCIPallocClearBufferArray(scip, &rowcoveragesetppc, *nrows) ); in strengthenOrbitopeConstraint()
447 if ( rowcoveragesetppc[rowidx] == 0 ) in strengthenOrbitopeConstraint()
449 rowcoveragesetppc[rowidx] += 1; in strengthenOrbitopeConstraint()
456 … && nrowintersect == 1 && rowcoveragesetppc[rowsinsetppc[0]] == ncols && nsetppcvars == ncols ) in strengthenOrbitopeConstraint()
468 if ( covered[rowsinsetppc[i]] == 0 && rowcoveragesetppc[rowsinsetppc[i]] >= ncols ) in strengthenOrbitopeConstraint()
478 rowcoveragesetppc[rowsinsetppc[i]] = 0; in strengthenOrbitopeConstraint()
515 SCIPfreeBufferArray(scip, &rowcoveragesetppc); in strengthenOrbitopeConstraint()