All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjDisp Class Referenceabstract Detailed DescriptionC++ wrapper for display columns. This class defines the interface for display columns implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_output().
Constructor & Destructor Documentation
default constructor
Definition at line 74 of file objdisp.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_header_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 100 of file objdisp.h. References scip_, scip_desc_, scip_header_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of display column to free user data (called when SCIP is exiting)
Definition at line 113 of file objdisp.h. References SCIP_OKAY.
initialization method of display column (called after problem was transformed)
Definition at line 122 of file objdisp.h. References SCIP_OKAY.
deinitialization method of display column (called before transformed problem is freed)
Definition at line 131 of file objdisp.h. References SCIP_OKAY.
solving process initialization method of display column (called when branch and bound process is about to begin)
Definition at line 140 of file objdisp.h. References SCIP_OKAY.
solving process deinitialization method of display column (called before branch and bound process data is freed)
Definition at line 149 of file objdisp.h. References SCIP_OKAY.
output method of display column to output file stream 'file'
Field Documentation
SCIP data structure Definition at line 50 of file objdisp.h. Referenced by ObjDisp(), and ~ObjDisp().
name of the display column Definition at line 53 of file objdisp.h. Referenced by ObjDisp(), and ~ObjDisp().
description of the display column Definition at line 56 of file objdisp.h. Referenced by ObjDisp(), and ~ObjDisp().
head line of the display column Definition at line 59 of file objdisp.h. Referenced by ObjDisp(), and ~ObjDisp().
|