Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c10612 SCIP_Longint* maxcliqueweights; in tightenWeights() local
10617 SCIP_CALL( SCIPallocBufferArray(scip, &maxcliqueweights, consdata->nvars) ); in tightenWeights()
10656 maxcliqueweights[ncliques] = weight; in tightenWeights()
10661 assert(maxcliqueweights[cliquenum] >= weight); in tightenWeights()
10670 delta = consdata->capacity - (cliqueweightsum - maxcliqueweights[i]); in tightenWeights()
10683 … SCIPconsGetName(cons), i, maxcliqueweights[i], cliqueweightsum, consdata->capacity, delta); in tightenWeights()
10799 SCIPfreeBufferArray(scip, &maxcliqueweights); in tightenWeights()