type_nodesel.h
Go to the documentation of this file.
36 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
88 /** solving process initialization method of node selector (called when branch and bound process is about to begin)
90 * This method is called when the presolving was finished and the branch and bound process is about to begin.
99 /** solving process deinitialization method of node selector (called before branch and bound process data is freed)
123 #define SCIP_DECL_NODESELSELECT(x) SCIP_RETCODE x (SCIP* scip, SCIP_NODESEL* nodesel, SCIP_NODE** selnode)
140 #define SCIP_DECL_NODESELCOMP(x) int x (SCIP* scip, SCIP_NODESEL* nodesel, SCIP_NODE* node1, SCIP_NODE* node2)
Definition: struct_nodesel.h:61
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:49
common defines and data types used in all packages of SCIP