objrelax.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 36 * This class defines the interface for relaxation handlers implemented in C++. Note that there is a pure virtual 117 /** solving process initialization method of relaxator (called when branch and bound process is about to begin) 126 /** solving process deinitialization method of relaxator (called before branch and bound process data is freed)
virtual SCIP_DECL_RELAXEXEC(scip_exec)=0 virtual SCIP_DECL_RELAXINITSOL(scip_initsol) Definition: objrelax.h:121 definition of base class for all clonable classes ObjRelax(SCIP *scip, const char *name, const char *desc, int priority, int freq) Definition: objrelax.h:63 virtual SCIP_DECL_RELAXEXITSOL(scip_exitsol) Definition: objrelax.h:130 scip::ObjRelax * SCIPgetObjRelax(SCIP *scip, SCIP_RELAX *relax) Definition: type_retcode.h:33 scip::ObjRelax * SCIPfindObjRelax(SCIP *scip, const char *name) SCIP_RETCODE SCIPincludeObjRelax(SCIP *scip, scip::ObjRelax *objrelax, SCIP_Bool deleteobject) #define SCIPduplicateMemoryArray(scip, ptr, source, num) Definition: scip.h:20540 Definition: objbranchrule.h:33 SCIP callable library. |