type_nodesel.h
Go to the documentation of this file.
27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
79 /** solving process initialization method of node selector (called when branch and bound process is about to begin)
81 * This method is called when the presolving was finished and the branch and bound process is about to begin.
90 /** solving process deinitialization method of node selector (called before branch and bound process data is freed)
114 #define SCIP_DECL_NODESELSELECT(x) SCIP_RETCODE x (SCIP* scip, SCIP_NODESEL* nodesel, SCIP_NODE** selnode)
131 #define SCIP_DECL_NODESELCOMP(x) int x (SCIP* scip, SCIP_NODESEL* nodesel, SCIP_NODE* node1, SCIP_NODE* node2)
Definition: struct_nodesel.h:52
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for branch and bound tree
Definition: struct_nodesel.h:40
common defines and data types used in all packages of SCIP