struct_nodesel.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 36 * the fields lowerboundnode, lowerbound, nlowerbounds and validlowerbound are only used for node selection rules, 55 SCIP_DECL_NODESELCOPY ((*nodeselcopy)); /**< copy method of node selector or NULL if you don't want to copy your plugin into sub-SCIPs */ 59 SCIP_DECL_NODESELINITSOL((*nodeselinitsol));/**< solving process initialization method of node selector */ 60 SCIP_DECL_NODESELEXITSOL((*nodeselexitsol));/**< solving process deinitialization method of node selector */
Definition: struct_nodesel.h:51 Definition: struct_tree.h:122 type definitions for branch and bound tree Definition: struct_nodesel.h:39 common defines and data types used in all packages of SCIP type definitions for node selectors Definition: struct_clock.h:54 |