Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c9770 SCIP_Bool* tmpboolindices2; in tightenWeightsLift() local
9921 SCIP_CALL( SCIPallocBufferArray(scip, &tmpboolindices2, 2 * nbinvars) ); in tightenWeightsLift()
9973 tmpboolindices2[tmp2] = implvalue; in tightenWeightsLift()
10025 tmpboolindices2[tmp2] = implvalue; in tightenWeightsLift()
10219 zeroweightsums[tmpboolindices2[tmp2]][tmpindices2[tmp2]] = 0; in tightenWeightsLift()
10220 firstidxs[tmpboolindices2[tmp2]][tmpindices2[tmp2]] = 0; in tightenWeightsLift()
10242 SCIPfreeBufferArray(scip, &tmpboolindices2); in tightenWeightsLift()