struct_nodesel.h
Go to the documentation of this file.
31/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
46 * the fields lowerboundnode, lowerbound, nlowerbounds and validlowerbound are only used for node selection rules,
65 SCIP_DECL_NODESELCOPY ((*nodeselcopy)); /**< copy method of node selector or NULL if you don't want to copy your plugin into sub-SCIPs */
69 SCIP_DECL_NODESELINITSOL((*nodeselinitsol));/**< solving process initialization method of node selector */
70 SCIP_DECL_NODESELEXITSOL((*nodeselexitsol));/**< solving process deinitialization method of node selector */
common defines and data types used in all packages of SCIP
Definition: struct_clock.h:65
Definition: struct_nodesel.h:50
Definition: struct_tree.h:142
Definition: struct_nodesel.h:62
SCIP_DECL_NODESELEXIT((*nodeselexit))
SCIP_DECL_NODESELFREE((*nodeselfree))
SCIP_DECL_NODESELCOPY((*nodeselcopy))
SCIP_DECL_NODESELCOMP((*nodeselcomp))
SCIP_DECL_NODESELINITSOL((*nodeselinitsol))
SCIP_DECL_NODESELINIT((*nodeselinit))
SCIP_DECL_NODESELSELECT((*nodeselselect))
SCIP_DECL_NODESELEXITSOL((*nodeselexitsol))
type definitions for node selectors
type definitions for branch and bound tree