Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c1221 assert(varprio->pscostscores != NULL); in SCIP_DECL_SORTINDCOMP()
1224 if( varprio->pscostscores[ind1] < varprio->pscostscores[ind2] ) in SCIP_DECL_SORTINDCOMP()
1226 else if( varprio->pscostscores[ind1] > varprio->pscostscores[ind2] ) in SCIP_DECL_SORTINDCOMP()
1400 SCIP_Real* pscostscores; in alnsFixMoreVariables() local
1512 pscostscores[nunfixedvars], randscores[nunfixedvars]); in alnsFixMoreVariables()
1521 varprio.pscostscores = pscostscores; in alnsFixMoreVariables()
1542 SCIPfreeBufferArray(scip, &pscostscores); in alnsFixMoreVariables()
1624 SCIP_Real* pscostscores; in alnsUnfixVariables() local
1656 SCIP_CALL( SCIPallocBufferArray(scip, &pscostscores, *nfixings) ); in alnsUnfixVariables()
1723 varprio.pscostscores = pscostscores; in alnsUnfixVariables()
[all …]