Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c8374 SCIP_Longint exceedsum; in dualWeightsTightening() local
8474 exceedsum = 0; in dualWeightsTightening()
8477 while( v < nvars && exceedsum <= capacity ) in dualWeightsTightening()
8479 exceedsum += weights[v]; in dualWeightsTightening()
8484 if( exceedsum > capacity ) in dualWeightsTightening()
8611 assert(exceedsum == resweightsum); in dualWeightsTightening()