Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dlns_exp3.set11 heuristics/alns/uselocalredcost = TRUE
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c443 …SCIP_Bool uselocalredcost; /**< should local reduced costs be used for generic (un)… member
1244 …SCIP_Bool uselocalredcost /**< should local reduced costs be used for generic (un)… in getVariableRedcostScore() argument
1257 if( ! uselocalredcost ) in getVariableRedcostScore()
1285 if( ! uselocalredcost ) in getVariableRedcostScore()
1499 …stscores[nunfixedvars] = getVariableRedcostScore(scip, var, solvals[b], heurdata->uselocalredcost); in alnsFixMoreVariables()
1711 … redcostscores[i] = - getVariableRedcostScore(scip, fixedvar, fixval, heurdata->uselocalredcost); in alnsUnfixVariables()
2326 …if( heurdata->uselocalredcost && (nodeinfeasible || ! SCIPhasCurrentNodeLP(scip) || SCIPgetLPSolst… in SCIP_DECL_HEUREXEC()
4047 &heurdata->uselocalredcost, TRUE, DEFAULT_USELOCALREDCOST, NULL, NULL) ); in SCIPincludeHeurAlns()