Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c93 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
375 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in setupAndSolveSubscip()
616 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurZeroobj()
H A Dheur_mutation.c94 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
268 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in setupAndSolveSubscipMutation()
618 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_rins.c101 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
281 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in wrapperRins()
650 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_rens.c126 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
453 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in setupAndSolveSubscip()
913 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c113 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
555 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in wrapperDins()
987 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c126 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
666 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in setupAndSolveSubscipCrossover()
1133 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_proximity.c122 …SCIP_Bool useuct; /**< should uct node selection be used at the beginning … member
344 …if( heurdata->useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nod… in setupSubproblem()
1103 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dscip_copy.c3277 SCIP_Bool useuct; in SCIPsetCommonSubscipParams() local
3317 SCIP_CALL( SCIPgetBoolParam(sourcescip, "heuristics/useuctsubscip", &useuct) ); in SCIPsetCommonSubscipParams()
3318 …if( useuct && SCIPfindNodesel(subscip, "uct") != NULL && !SCIPisParamFixed(subscip, "nodeselection… in SCIPsetCommonSubscipParams()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG578 - deleted parameter heuristics/localbranching/useuct, use heuristics/useuctsubscip instead