All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjHeur Class Referenceabstract Detailed DescriptionC++ wrapper for primal heuristics. This class defines the interface for primal heuristics implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_exec().
Constructor & Destructor Documentation
default constructor
Definition at line 79 of file objheur.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 109 of file objheur.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of primal heuristic to free user data (called when SCIP is exiting)
Definition at line 121 of file objheur.h. References SCIP_OKAY.
initialization method of primal heuristic (called after problem was transformed)
Definition at line 130 of file objheur.h. References SCIP_OKAY.
deinitialization method of primal heuristic (called before transformed problem is freed)
Definition at line 139 of file objheur.h. References SCIP_OKAY.
solving process initialization method of primal heuristic (called when branch and bound process is about to begin)
Definition at line 148 of file objheur.h. References SCIP_OKAY.
solving process deinitialization method of primal heuristic (called before branch and bound process data is freed)
Definition at line 157 of file objheur.h. References SCIP_OKAY.
execution method of primal heuristic
Field Documentation
SCIP data structure Definition at line 49 of file objheur.h. Referenced by ObjHeur(), and ~ObjHeur().
name of the primal heuristic Definition at line 52 of file objheur.h. Referenced by ObjHeur(), and ~ObjHeur().
description of the primal heuristic Definition at line 55 of file objheur.h. Referenced by ObjHeur(), and ~ObjHeur().
|