pub_nodesel.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ Definition: struct_nodesel.h:51 int SCIPnodeselGetMemsavePriority(SCIP_NODESEL *nodesel) Definition: nodesel.c:1036 SCIP_Bool SCIPnodeselIsInitialized(SCIP_NODESEL *nodesel) Definition: nodesel.c:1149 SCIP_Real SCIPnodeselGetSetupTime(SCIP_NODESEL *nodesel) Definition: nodesel.c:1171 SCIP_NODESELDATA * SCIPnodeselGetData(SCIP_NODESEL *nodesel) Definition: nodesel.c:1060 void SCIPnodeselSetData(SCIP_NODESEL *nodesel, SCIP_NODESELDATA *nodeseldata) Definition: nodesel.c:1070 int SCIPnodeselGetStdPriority(SCIP_NODESEL *nodesel) Definition: nodesel.c:1012 common defines and data types used in all packages of SCIP type definitions for node selectors |