24 #ifndef __SCIP_PUB_NODESEL_H__ 25 #define __SCIP_PUB_NODESEL_H__
int SCIPnodeselGetMemsavePriority(SCIP_NODESEL *nodesel)
const char * SCIPnodeselGetDesc(SCIP_NODESEL *nodesel)
struct SCIP_NodeselData SCIP_NODESELDATA
SCIP_NODESELDATA * SCIPnodeselGetData(SCIP_NODESEL *nodesel)
SCIP_Real SCIPnodeselGetTime(SCIP_NODESEL *nodesel)
const char * SCIPnodeselGetName(SCIP_NODESEL *nodesel)
SCIP_Real SCIPnodeselGetSetupTime(SCIP_NODESEL *nodesel)
common defines and data types used in all packages of SCIP
type definitions for node selectors
int SCIPnodeselGetStdPriority(SCIP_NODESEL *nodesel)
void SCIPnodeselSetData(SCIP_NODESEL *nodesel, SCIP_NODESELDATA *nodeseldata)
SCIP_Bool SCIPnodeselIsInitialized(SCIP_NODESEL *nodesel)