Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c4334 SCIP_Longint minminweight; in sequentialUpAndDownLiftingGUB() local
4345 minminweight = MIN(minweights[w], weight); in sequentialUpAndDownLiftingGUB()
4348 minweights[w] = minminweight; in sequentialUpAndDownLiftingGUB()
4360 minminweight = MIN(minweights[w], tmpval); in sequentialUpAndDownLiftingGUB()
4363 minweights[w] = minminweight; in sequentialUpAndDownLiftingGUB()