Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c9772 SCIP_Bool* tmpboolindices3; in tightenWeightsLift() local
9920 SCIP_CALL( SCIPallocBufferArray(scip, &tmpboolindices3, consdata->nvars) ); in tightenWeightsLift()
9953 tmpboolindices3[tmp3] = !value; in tightenWeightsLift()
10214 zeroweightsums[tmpboolindices3[tmp3]][tmpindices3[tmp3]] = 0; in tightenWeightsLift()
10243 SCIPfreeBufferArray(scip, &tmpboolindices3); in tightenWeightsLift()