Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_zeroobj.c75 #define DEFAULT_USEUCT FALSE /* should uct node selection be used at the beginning of th… macro
616 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurZeroobj()
H A Dheur_mutation.c71 #define DEFAULT_USEUCT FALSE /**< should uct node selection be used at the beginnin… macro
618 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_rins.c74 #define DEFAULT_USEUCT FALSE /* should uct node selection be used at the beginning of th… macro
650 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_rens.c92 #define DEFAULT_USEUCT FALSE /* should uct node selection be used at the beginning of th… macro
913 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurRens()
H A Dheur_dins.c79 #define DEFAULT_USEUCT FALSE /* should uct node selection be used at the beginning of th… macro
987 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dheur_crossover.c82 #define DEFAULT_USEUCT FALSE /* should uct node selection be used at the beginning … macro
1133 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_proximity.c87 #define DEFAULT_USEUCT FALSE /**< should uct node selection be used at the beginning of… macro
1103 &heurdata->useuct, TRUE, DEFAULT_USEUCT, NULL, NULL) ); in SCIPincludeHeurProximity()