Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/applications/MinIISC/src/
H A Dminiisc.c611 SCIP_Longint* origweights; in createAltLP() local
618 origweights = SCIPgetWeightsKnapsack(origscip, origcons); in createAltLP()
622 consvals[v] = (SCIP_Real) origweights[v]; in createAltLP()
H A Dclassify.c614 SCIP_Longint* origweights; in createAltLP() local
621 origweights = SCIPgetWeightsKnapsack(origscip, origcons); in createAltLP()
625 consvals[v] = (SCIP_Real) origweights[v]; in createAltLP()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c6986 SCIP_Longint* origweights; in stableSort() local
7004 origweights = consdata->weights; in stableSort()
7009 assert(origweights != NULL || norigvars == 0); in stableSort()
7078 *(weightpointers[cliquepartition[v]]) = origweights[v]; /*lint !e613*/ in stableSort()