Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c10614 int* newweightidxs; in tightenWeights() local
10619 SCIP_CALL( SCIPallocBufferArray(scip, &newweightidxs, consdata->nvars) ); in tightenWeights()
10702 newweightidxs[nnewweights] = j; in tightenWeights()
10716 j = newweightidxs[nnewweights - 2]; in tightenWeights()
10719 j = newweightidxs[nnewweights - 1]; in tightenWeights()
10746 j = newweightidxs[k]; in tightenWeights()
10771 cliquevars[k] = consdata->vars[newweightidxs[k]]; in tightenWeights()
10797 SCIPfreeBufferArray(scip, &newweightidxs); in tightenWeights()