Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbitope.c332 int* rowsinsetppc; in strengthenOrbitopeConstraint() local
385 SCIP_CALL( SCIPallocClearBufferArray(scip, &rowsinsetppc, *nrows) ); in strengthenOrbitopeConstraint()
448 rowsinsetppc[nrowintersect++] = rowidx; in strengthenOrbitopeConstraint()
456 … && nrowintersect == 1 && rowcoveragesetppc[rowsinsetppc[0]] == ncols && nsetppcvars == ncols ) in strengthenOrbitopeConstraint()
458 if ( covered[rowsinsetppc[0]] == 1 ) in strengthenOrbitopeConstraint()
460 covered[rowsinsetppc[0]] = 2; in strengthenOrbitopeConstraint()
468 if ( covered[rowsinsetppc[i]] == 0 && rowcoveragesetppc[rowsinsetppc[i]] >= ncols ) in strengthenOrbitopeConstraint()
470 covered[rowsinsetppc[i]] = 1; in strengthenOrbitopeConstraint()
478 rowcoveragesetppc[rowsinsetppc[i]] = 0; in strengthenOrbitopeConstraint()
514 SCIPfreeBufferArray(scip, &rowsinsetppc); in strengthenOrbitopeConstraint()