Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c2360 SCIP_Longint transcapacity; in getCover() local
2484 transcapacity = fixedonesweight + itemsweight - capacity - 1; in getCover()
2489 if( transcapacity < 0 ) in getCover()
2526 …ALL( SCIPsolveKnapsackApproximately(scip, nitems, transweights, transprofits, transcapacity, items, in getCover()