Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c65 #define DEFAULT_NWAITINGNODES 200 /**< number of nodes without incumbent change that heu… macro
590 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c95 #define DEFAULT_NWAITINGNODES 1 /**< number of nodes without incumbent change that heuristi… macro
614 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c68 #define DEFAULT_NWAITINGNODES 200 /* number of nodes without incumbent change that heuristic … macro
626 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c69 #define DEFAULT_NWAITINGNODES 200 /* number of nodes without incumbent change that heuristic … macro
647 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_dins.c70 #define DEFAULT_NWAITINGNODES 200LL /* number of nodes without incumbent change that heuristi… macro
967 … &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dsepa_rapidlearning.c63 #define DEFAULT_NWAITINGNODES 100L /**< number of nodes that should be processed before rapid … macro
1034 &sepadata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0L, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeSepaRapidlearning()
H A Dheur_crossover.c71 #define DEFAULT_NWAITINGNODES 200LL /* number of nodes without incumbent change heuristic … macro
1089 … &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_gins.c88 #define DEFAULT_NWAITINGNODES 100 /**< number of nodes without incumbent change that heu… macro
2654 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurGins()