Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnodesel_dfs.c33 #define NODESEL_NAME "dfs" macro
49 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
63 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
92 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOMP()
130 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselDfs()
H A Dnodesel_breadthfirst.c38 #define NODESEL_NAME "breadthfirst" macro
53 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
66 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
96 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOMP()
136 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselBreadthfirst()
H A Dnodesel_restartdfs.c36 #define NODESEL_NAME "restartdfs" macro
70 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
84 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELFREE()
102 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELINITSOL()
119 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
188 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselRestartdfs()
H A Dnodesel_bfs.c38 #define NODESEL_NAME "bfs" macro
76 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
92 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELFREE()
117 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
242 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOMP()
316 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselBfs()
H A Dnodesel_hybridestim.c37 #define NODESEL_NAME "hybridestim" macro
97 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
112 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELFREE()
137 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
267 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOMP()
332 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselHybridestim()
H A Dnodesel_xyz.c29 #define NODESEL_NAME "xyz" macro
193 …SCIP_CALL( SCIPincludeNodesel(scip, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY, NODESEL_MEMSA… in SCIPincludeNodeselXyz()
200 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselXyz()
H A Dnodesel_estimate.c37 #define NODESEL_NAME "estimate" macro
82 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOPY()
97 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELFREE()
122 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
292 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELCOMP()
366 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY… in SCIPincludeNodeselEstimate()
H A Dnodesel_uct.c75 #define NODESEL_NAME "uct" macro
453 assert(strcmp(SCIPnodeselGetName(nodesel), NODESEL_NAME) == 0); in SCIP_DECL_NODESELSELECT()
549 …SCIP_CALL( SCIPincludeNodeselBasic(scip, &nodesel, NODESEL_NAME, NODESEL_DESC, NODESEL_STDPRIORITY, in SCIPincludeNodeselUct()
561 SCIP_CALL( SCIPaddIntParam(scip, "nodeselection/" NODESEL_NAME "/nodelimit", in SCIPincludeNodeselUct()
564 SCIP_CALL( SCIPaddRealParam(scip, "nodeselection/" NODESEL_NAME "/weight", in SCIPincludeNodeselUct()
567 SCIP_CALL( SCIPaddBoolParam(scip, "nodeselection/" NODESEL_NAME "/useestimate", in SCIPincludeNodeselUct()