Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_mutation.c84 …int nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
478 … if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip,SCIPgetBestSol(scip)) < heurdata->nwaitingnodes) in SCIP_DECL_HEUREXEC()
590 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurMutation()
H A Dheur_trustregion.c128 …int nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
481 if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip, bestsol) < heurdata->nwaitingnodes) in SCIP_DECL_HEUREXEC()
614 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurTrustregion()
H A Dheur_rins.c91 …int nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
509 … if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip,SCIPgetBestSol(scip)) < heurdata->nwaitingnodes) in SCIP_DECL_HEUREXEC()
626 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurRins()
H A Dheur_localbranching.c93 …int nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
530 if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip, bestsol) < heurdata->nwaitingnodes) in SCIP_DECL_HEUREXEC()
647 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurLocalbranching()
H A Dheur_dins.c97 …SCIP_Longint nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
838 …if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip, SCIPgetBestSol(scip)) < heurdata->nwaitingnodes ) in SCIP_DECL_HEUREXEC()
967 … &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurDins()
H A Dsepa_rapidlearning.c97 …SCIP_Longint nwaitingnodes; /**< number of nodes that should be processed before rap… member
720 if( !(*run) && sepadata->checkdualbound && sepadata->nwaitingnodes < SCIPgetNNodes(scip) ) in checkExec()
1034 &sepadata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0L, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeSepaRapidlearning()
H A Dheur_crossover.c109 …SCIP_Longint nwaitingnodes; /**< number of nodes without incumbent change heuristic … member
954 if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip, SCIPgetBestSol(scip)) < heurdata->nwaitingnodes in SCIP_DECL_HEUREXEC()
1089 … &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurCrossover()
H A Dheur_gins.c177 …int nwaitingnodes; /**< number of nodes without incumbent change that heuri… member
2451 … if( SCIPgetNNodes(scip) - SCIPgetSolNodenum(scip,SCIPgetBestSol(scip)) < heurdata->nwaitingnodes ) in SCIP_DECL_HEUREXEC()
2654 &heurdata->nwaitingnodes, TRUE, DEFAULT_NWAITINGNODES, 0, INT_MAX, NULL, NULL) ); in SCIPincludeHeurGins()
/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dheurlprows.set29 heuristics/crossover/nwaitingnodes = 20
39 # should the nwaitingnodes parameter be ignored at the root node?
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG648 - new parameter separation/rapidlearning/nwaitingnodes to set the number of waiting nodes before th…
5308 …ossover/dontwaitatroot` that allows to call crossover at root node independently from nwaitingnodes