Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c10679 int nnewweights; in tightenWeights() local
10686 nnewweights = 0; in tightenWeights()
10700 assert(nnewweights < consdata->nvars); in tightenWeights()
10701 newweightvals[nnewweights] = newweight; in tightenWeights()
10702 newweightidxs[nnewweights] = j; in tightenWeights()
10703 nnewweights++; in tightenWeights()
10713 if( nnewweights > 1 ) in tightenWeights()
10716 j = newweightidxs[nnewweights - 2]; in tightenWeights()
10719 j = newweightidxs[nnewweights - 1]; in tightenWeights()
10744 for( k = 0; k < nnewweights; ++k ) in tightenWeights()
[all …]