All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objdisp.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
37 * This class defines the interface for display columns implemented in C++. Note that there is a pure virtual function
96 SCIP_CALL_ABORT( SCIPduplicateMemoryArray(scip_, &scip_header_, header, std::strlen(header)+1) );
136 /** solving process initialization method of display column (called when branch and bound process is about to begin)
145 /** solving process deinitialization method of display column (called before branch and bound process data is freed)
189 SCIP_Bool deleteobject /**< should the display column object be deleted when display column is freed? */
|