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_CALL_ABORT, and SCIPduplicateMemoryArray.
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_Bool, SCIP_DECL_RELAXEXEC(), SCIP_OKAY, SCIPfindObjRelax(), SCIPgetObjRelax(), and SCIPincludeObjRelax().
execution method of relaxator
Referenced by SCIP_DECL_RELAXEXITSOL(). Field Documentation
SCIP data structure Definition at line 48 of file objrelax.h.
name of the relaxator Definition at line 51 of file objrelax.h.
description of the relaxator Definition at line 54 of file objrelax.h.
default priority of the relaxator (negative: call after LP, non-negative: call before LP) Definition at line 57 of file objrelax.h.
frequency for calling relaxator Definition at line 60 of file objrelax.h. |