Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c2805 SORTKEYPAIR* sortkeypairsFstore; in getLiftingSequence() local
2822 SCIP_CALL( SCIPallocBufferArray(scip, &sortkeypairsFstore, nvarsF) ); in getLiftingSequence()
2834 sortkeypairsF[j] = &(sortkeypairsFstore[j]); in getLiftingSequence()
2868 SCIPfreeBufferArray(scip, &sortkeypairsFstore); in getLiftingSequence()