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