objnodesel.h File Reference Detailed DescriptionC++ wrapper for node selectors. Definition in file objnodesel.h. Go to the source code of this file.
Function Documentation
creates the node selector for the given node selector object and includes it in SCIP The method should be called in one of the following ways:
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(), and scip::ObjNodesel::SCIP_DECL_NODESELEXITSOL().
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(). Referenced by scip::ObjNodesel::SCIP_DECL_NODESELEXITSOL().
returns the nodesel object for the given node selector
Definition at line 257 of file objnodesel.cpp. References NULL, and SCIPnodeselGetData(). Referenced by scip::ObjNodesel::SCIP_DECL_NODESELEXITSOL(). |