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