Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c6991 SCIP_Longint** weightpointers; in stableSort() local
7050 SCIP_CALL( SCIPallocBufferArray(scip, &weightpointers, ncliques) ); in stableSort()
7065 weightpointers[c] = (SCIP_Longint*) (weights + nextpos); in stableSort()
7078 *(weightpointers[cliquepartition[v]]) = origweights[v]; /*lint !e613*/ in stableSort()
7079 ++(weightpointers[cliquepartition[v]]); in stableSort()
7090 SCIPfreeBufferArray(scip, &weightpointers); in stableSort()