Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c8606 SCIP_Longint resweightsum = consdata->weightsum; in dualWeightsTightening() local
8609 resweightsum -= weights[v]; in dualWeightsTightening()
8611 assert(exceedsum == resweightsum); in dualWeightsTightening()