Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c2358 SCIP_Longint* transweights; in getCover() local
2390 SCIP_CALL( SCIPallocBufferArray(scip, &transweights, nvars) ); in getCover()
2480 transweights[j] = weights[items[j]]; in getCover()
2526 …SCIP_CALL( SCIPsolveKnapsackApproximately(scip, nitems, transweights, transprofits, transcapacity,… in getCover()
2560 SCIPfreeBufferArray(scip, &transweights); in getCover()