All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objeventhdlr.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 eventt handlers implemented in C++. Note that there is a pure virtual function
107 /** solving process initialization method of event handler (called when branch and bound process is about to begin)
116 /** solving process deinitialization method of event handler (called before branch and bound process data is freed)
169 SCIP_Bool deleteobject /**< should the event handler object be deleted when eventhdlristic is freed? */
|