Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_proximity.c80 #define DEFAULT_WAITINGNODES 100LL /**< default waiting nodes since last incumbent before heu… macro
1079 &heurdata->waitingnodes, TRUE, DEFAULT_WAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurProximity()
H A Dheur_twoopt.c59 #define DEFAULT_WAITINGNODES 0 /**< default number of nodes to wait after current bes… macro
1800 &heurdata->waitingnodes, TRUE, DEFAULT_WAITINGNODES, 0, 10000, NULL, NULL)); in SCIPincludeHeurTwoopt()
H A Dheur_alns.c87 #define DEFAULT_WAITINGNODES 25LL /**< number of nodes since last incumbent solution that the … macro
3931 &heurdata->waitingnodes, TRUE, DEFAULT_WAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurAlns()