Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c3897 int* gubconsGOC1; in sequentialUpAndDownLiftingGUB() local
3960 SCIP_CALL( SCIPallocBufferArray(scip, &gubconsGOC1, ngubconsGC1) ); in sequentialUpAndDownLiftingGUB()
3979 gubconsGOC1[ngubconsGOC1] = gubconsGC1[j]; in sequentialUpAndDownLiftingGUB()
4026 liftgubconsidx = gubconsGOC1[w-1]; in sequentialUpAndDownLiftingGUB()
4581 SCIPfreeBufferArray(scip, &gubconsGOC1 ); in sequentialUpAndDownLiftingGUB()