Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c9771 int* tmpindices3; in tightenWeightsLift() local
9922 SCIP_CALL( SCIPallocBufferArray(scip, &tmpindices3, consdata->nvars) ); in tightenWeightsLift()
9954 tmpindices3[tmp3] = varprobindex; in tightenWeightsLift()
10214 zeroweightsums[tmpboolindices3[tmp3]][tmpindices3[tmp3]] = 0; in tightenWeightsLift()
10241 SCIPfreeBufferArray(scip, &tmpindices3); in tightenWeightsLift()