Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c1210 assert(varprio->redcostscores != NULL); in SCIP_DECL_SORTINDCOMP()
1212 if( varprio->redcostscores[ind1] < varprio->redcostscores[ind2] ) in SCIP_DECL_SORTINDCOMP()
1214 else if( varprio->redcostscores[ind1] > varprio->redcostscores[ind2] ) in SCIP_DECL_SORTINDCOMP()
1399 SCIP_Real* redcostscores; in alnsFixMoreVariables() local
1451 SCIP_CALL( SCIPallocBufferArray(scip, &redcostscores, nbinintvars) ); in alnsFixMoreVariables()
1520 varprio.redcostscores = redcostscores; in alnsFixMoreVariables()
1546 SCIPfreeBufferArray(scip, &redcostscores); in alnsFixMoreVariables()
1623 SCIP_Real* redcostscores; in alnsUnfixVariables() local
1653 SCIP_CALL( SCIPallocBufferArray(scip, &redcostscores, *nfixings) ); in alnsUnfixVariables()
1722 varprio.redcostscores = redcostscores; in alnsUnfixVariables()
[all …]