Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c10626 SCIP_Bool zeroweights; in tightenWeights() local
10665 zeroweights = FALSE; in tightenWeights()
10756 zeroweights = zeroweights || (newweightvals[k] == 0); in tightenWeights()
10789 if( zeroweights ) in tightenWeights()