Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c2905 SCIP_Real* sortkeysC1; in getLiftingSequenceGUB() local
2973 SCIP_CALL( SCIPallocBufferArray(scip, &sortkeysC1, nvarsC1) ); in getLiftingSequenceGUB()
2990 sortkeysC1[j] = (SCIP_Real) weights[varsC1[j]]; in getLiftingSequenceGUB()
3043 SCIPsortRealInt(sortkeysC1, varsC1, nvarsC1); in getLiftingSequenceGUB()
3057 SCIPfreeBufferArray(scip, &sortkeysC1); in getLiftingSequenceGUB()