All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Nodesel Struct Reference Detailed Descriptionnode selector Definition at line 51 of file struct_nodesel.h.
Member Function Documentation
copy method of node selector or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of node selector
initialize node selector
deinitialize node selector
solving process initialization method of node selector
solving process deinitialization method of node selector
node selection method
node comparison method Field Documentation
name of node selector Definition at line 53 of file struct_nodesel.h. Referenced by SCIPnodeselExit(), SCIPnodeselGetName(), and SCIPnodeselInit().
description of node selector Definition at line 54 of file struct_nodesel.h. Referenced by SCIPnodeselGetDesc().
time spend for setting up this node selector for the next stages Definition at line 63 of file struct_nodesel.h. Referenced by SCIPnodeselExit(), SCIPnodeselExitsol(), SCIPnodeselGetSetupTime(), SCIPnodeselInit(), and SCIPnodeselInitsol().
node selector execution time Definition at line 64 of file struct_nodesel.h. Referenced by SCIPnodeselGetTime(), SCIPnodeselInit(), and SCIPnodeselSelect().
node selector data Definition at line 65 of file struct_nodesel.h. Referenced by SCIPnodeselGetData(), and SCIPnodeselSetData().
priority of the node selector in standard mode Definition at line 66 of file struct_nodesel.h. Referenced by SCIPnodeselGetStdPriority(), and SCIPnodeselSetStdPriority().
priority of the node selector in memory saving mode Definition at line 67 of file struct_nodesel.h. Referenced by SCIPnodeselGetMemsavePriority(), and SCIPnodeselSetMemsavePriority().
is node selector initialized? Definition at line 68 of file struct_nodesel.h. Referenced by SCIPnodeselExit(), SCIPnodeselInit(), and SCIPnodeselIsInitialized(). |