All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objnodesel.cpp File Reference Detailed DescriptionC++ wrapper for node selectors. Definition in file objnodesel.cpp. Go to the source code of this file.
Function Documentation
copy method for node selector plugins (called when SCIP copies plugins) Definition at line 53 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjNodesel(), SCIPnodeselGetData(), and TRUE.
destructor of node selector to free user data (called when SCIP is exiting) Definition at line 78 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPnodeselGetData(), and SCIPnodeselSetData().
initialization method of node selector (called after problem was transformed) Definition at line 104 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPnodeselGetData().
deinitialization method of node selector (called before transformed problem is freed) Definition at line 122 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPnodeselGetData().
solving process initialization method of node selector (called when branch and bound process is about to begin) Definition at line 139 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPnodeselGetData().
solving process deinitialization method of node selector (called before branch and bound process data is freed) Definition at line 156 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPnodeselGetData().
node selection method of node selector Definition at line 173 of file objnodesel.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPnodeselGetData().
node comparison method of node selector Definition at line 190 of file objnodesel.cpp. References NULL, and SCIPnodeselGetData().
creates the node selector for the given node selector object and includes it in SCIP
Definition at line 210 of file objnodesel.cpp. References NULL, SCIP_CALL, scip::ObjNodesel::scip_desc_, scip::ObjNodesel::scip_memsavepriority_, scip::ObjNodesel::scip_name_, SCIP_OKAY, scip::ObjNodesel::scip_stdpriority_, and SCIPincludeNodesel(). Referenced by SCIP_DECL_NODESELCOPY().
returns the nodesel object of the given name, or 0 if not existing
Definition at line 238 of file objnodesel.cpp. References NULL, SCIPfindNodesel(), and SCIPnodeselGetData().
returns the nodesel object for the given node selector
Definition at line 257 of file objnodesel.cpp. References NULL, and SCIPnodeselGetData(). |