Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c2364 int* fixedones; in getCover() local
2392 SCIP_CALL( SCIPallocBufferArray(scip, &fixedones, nvars) ); in getCover()
2430 fixedones[nfixedones] = j; in getCover()
2539 covervars[*ncovervars] = fixedones[j]; in getCover()
2541 (*coverweight) += weights[fixedones[j]]; in getCover()
2558 SCIPfreeBufferArray(scip, &fixedones); in getCover()