Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c11126 SCIP_Longint compareweight; in greedyCliqueAlgorithm() local
11165 compareweight = weights[compareweightidx]; in greedyCliqueAlgorithm()
11166 assert(compareweight > 0); in greedyCliqueAlgorithm()
11169 if( compareweight + weights[i] > capacity ) in greedyCliqueAlgorithm()