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? */
scip::ObjDisp * SCIPfindObjDisp(SCIP *scip, const char *name) definition of base class for all clonable classes virtual SCIP_DECL_DISPEXITSOL(scip_exitsol) Definition: objdisp.h:149 Definition: type_retcode.h:33 #define SCIPduplicateMemoryArray(scip, ptr, source, num) Definition: scip.h:20540 scip::ObjDisp * SCIPgetObjDisp(SCIP *scip, SCIP_DISP *disp) virtual SCIP_DECL_DISPOUTPUT(scip_output)=0 ObjDisp(SCIP *scip, const char *name, const char *desc, const char *header, int width, int priority, int position, SCIP_Bool stripline) Definition: objdisp.h:74 virtual SCIP_DECL_DISPINITSOL(scip_initsol) Definition: objdisp.h:140 SCIP_RETCODE SCIPincludeObjDisp(SCIP *scip, scip::ObjDisp *objdisp, SCIP_Bool deleteobject) Definition: objbranchrule.h:33 SCIP callable library. |