All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjNodesel Class Referenceabstract Detailed DescriptionC++ wrapper for primal heuristics. This class defines the interface for node selectors implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_comp().
Definition at line 43 of file objnodesel.h.
Constructor & Destructor Documentation
default constructor
Definition at line 64 of file objnodesel.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 83 of file objnodesel.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of node selector to free user data (called when SCIP is exiting)
Definition at line 95 of file objnodesel.h. References SCIP_OKAY.
initialization method of node selector (called after problem was transformed)
Definition at line 104 of file objnodesel.h. References SCIP_OKAY.
deinitialization method of node selector (called before transformed problem is freed)
Definition at line 113 of file objnodesel.h. References SCIP_OKAY.
solving process initialization method of node selector (called when branch and bound process is about to begin)
Definition at line 122 of file objnodesel.h. References SCIP_OKAY.
solving process deinitialization method of node selector (called before branch and bound process data is freed)
Definition at line 131 of file objnodesel.h. References SCIP_OKAY.
node selection method of node selector
node comparison method of node selector
Field Documentation
SCIP data structure Definition at line 49 of file objnodesel.h. Referenced by ObjNodesel(), and ~ObjNodesel().
name of the node selector Definition at line 52 of file objnodesel.h. Referenced by ObjNodesel(), SCIPincludeObjNodesel(), and ~ObjNodesel().
description of the node selector Definition at line 55 of file objnodesel.h. Referenced by ObjNodesel(), SCIPincludeObjNodesel(), and ~ObjNodesel().
priority of the node selector in standard mode Definition at line 58 of file objnodesel.h. Referenced by SCIPincludeObjNodesel().
priority of the node selector in memory saving mode Definition at line 61 of file objnodesel.h. Referenced by SCIPincludeObjNodesel(). |