Home
last modified time | relevance | path

Searched refs:SCIP_DECL_NODESELFREE (Results 1 – 14 of 14) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_nodesel.h64 SCIP_DECL_NODESELFREE ((*nodeselfree)), /**< destructor of node selector */
107 SCIP_DECL_NODESELFREE ((*nodeselfree)) /**< destructor of node selector */
H A Dnodesel.h187 SCIP_DECL_NODESELFREE ((*nodeselfree)), /**< destructor of node selector */
265 SCIP_DECL_NODESELFREE ((*nodeselfree)) /**< destructor of node selector */
H A Dstruct_nodesel.h57 SCIP_DECL_NODESELFREE ((*nodeselfree)); /**< destructor of node selector */
H A Dtype_nodesel.h61 #define SCIP_DECL_NODESELFREE(x) SCIP_RETCODE x (SCIP* scip, SCIP_NODESEL* nodesel) macro
H A Dscip_nodesel.c58 SCIP_DECL_NODESELFREE ((*nodeselfree)), /**< destructor of node selector */ in SCIPincludeNodesel()
148 SCIP_DECL_NODESELFREE ((*nodeselfree)) /**< destructor of node selector */ in SCIPsetNodeselFree()
H A Dnodesel_xyz.c77 SCIP_DECL_NODESELFREE(nodeselFreeXyz)
H A Dnodesel_restartdfs.c80 SCIP_DECL_NODESELFREE(nodeselFreeRestartdfs) in SCIP_DECL_NODESELFREE() function
H A Dnodesel_bfs.c87 SCIP_DECL_NODESELFREE(nodeselFreeBfs) in SCIP_DECL_NODESELFREE() function
H A Dnodesel_hybridestim.c107 SCIP_DECL_NODESELFREE(nodeselFreeHybridestim) in SCIP_DECL_NODESELFREE() function
H A Dnodesel.c769 SCIP_DECL_NODESELFREE ((*nodeselfree)), /**< destructor of node selector */ in doNodeselCreate()
836 SCIP_DECL_NODESELFREE ((*nodeselfree)), /**< destructor of node selector */ in SCIPnodeselCreate()
1147 SCIP_DECL_NODESELFREE ((*nodeselfree)) /**< destructor of node selector */ in SCIPnodeselSetFree()
H A Dnodesel_estimate.c92 SCIP_DECL_NODESELFREE(nodeselFreeEstimate) in SCIP_DECL_NODESELFREE() function
H A Dnodesel_uct.c421 SCIP_DECL_NODESELFREE(nodeselFreeUct) in SCIP_DECL_NODESELFREE() function
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjnodesel.h95 virtual SCIP_DECL_NODESELFREE(scip_free) in SCIP_DECL_NODESELFREE() function
H A Dobjnodesel.cpp78 SCIP_DECL_NODESELFREE(nodeselFreeObj) in SCIP_DECL_NODESELFREE() function