pub_nodesel.h File Reference
Detailed Description
public methods for node selectors
Definition in file pub_nodesel.h.
Go to the source code of this file.
Functions | |
const char * | SCIPnodeselGetName (SCIP_NODESEL *nodesel) |
const char * | SCIPnodeselGetDesc (SCIP_NODESEL *nodesel) |
int | SCIPnodeselGetStdPriority (SCIP_NODESEL *nodesel) |
int | SCIPnodeselGetMemsavePriority (SCIP_NODESEL *nodesel) |
SCIP_NODESELDATA * | SCIPnodeselGetData (SCIP_NODESEL *nodesel) |
void | SCIPnodeselSetData (SCIP_NODESEL *nodesel, SCIP_NODESELDATA *nodeseldata) |
SCIP_Bool | SCIPnodeselIsInitialized (SCIP_NODESEL *nodesel) |
SCIP_Real | SCIPnodeselGetSetupTime (SCIP_NODESEL *nodesel) |
SCIP_Real | SCIPnodeselGetTime (SCIP_NODESEL *nodesel) |