All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjRelax Class Referenceabstract Detailed DescriptionC++ wrapper for relaxation handlers. This class defines the interface for relaxation handlers implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_exec(). Definition at line 42 of file objrelax.h.
Constructor & Destructor Documentation
default constructor
Definition at line 63 of file objrelax.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 82 of file objrelax.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of relaxator to free user data (called when SCIP is exiting)
Definition at line 94 of file objrelax.h. References SCIP_OKAY.
initialization method of relaxator (called after problem was transformed)
Definition at line 103 of file objrelax.h. References SCIP_OKAY.
deinitialization method of relaxator (called before transformed problem is freed)
Definition at line 112 of file objrelax.h. References SCIP_OKAY.
solving process initialization method of relaxator (called when branch and bound process is about to begin)
Definition at line 121 of file objrelax.h. References SCIP_OKAY.
solving process deinitialization method of relaxator (called before branch and bound process data is freed)
Definition at line 130 of file objrelax.h. References SCIP_OKAY.
execution method of relaxator
Field Documentation
SCIP data structure Definition at line 48 of file objrelax.h. Referenced by ObjRelax(), and ~ObjRelax().
name of the relaxator Definition at line 51 of file objrelax.h. Referenced by ObjRelax(), SCIPincludeObjRelax(), and ~ObjRelax().
description of the relaxator Definition at line 54 of file objrelax.h. Referenced by ObjRelax(), SCIPincludeObjRelax(), and ~ObjRelax().
default priority of the relaxator (negative: call after LP, non-negative: call before LP) Definition at line 57 of file objrelax.h. Referenced by SCIPincludeObjRelax().
frequency for calling relaxator Definition at line 60 of file objrelax.h. Referenced by SCIPincludeObjRelax(). |