Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbitope.c330 int* rowidxvar; in strengthenOrbitopeConstraint() local
367 SCIP_CALL( SCIPallocBufferArray(scip, &rowidxvar, nprobvars) ); in strengthenOrbitopeConstraint()
370 rowidxvar[i] = -1; in strengthenOrbitopeConstraint()
377 rowidxvar[SCIPvarGetIndex(vars[i][j])] = i; in strengthenOrbitopeConstraint()
430 rowidx = rowidxvar[idx]; in strengthenOrbitopeConstraint()
516 SCIPfreeBufferArray(scip, &rowidxvar); in strengthenOrbitopeConstraint()