All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objdisp.cpp File Reference Detailed DescriptionC++ wrapper for display column. Definition in file objdisp.cpp. Go to the source code of this file.
Function Documentation
copy method for display column plugins (called when SCIP copies plugins) Definition at line 53 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPdispGetData(), SCIPincludeObjDisp(), and TRUE.
destructor of display column to free user data (called when SCIP is exiting) Definition at line 78 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPdispGetData(), and SCIPdispSetData().
initialization method of display column (called after problem was transformed) Definition at line 104 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPdispGetData().
deinitialization method of display column (called before transformed problem is freed) Definition at line 122 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPdispGetData().
solving process initialization method of display column (called when branch and bound process is about to begin) Definition at line 139 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPdispGetData().
solving process deinitialization method of display column (called before branch and bound process data is freed) Definition at line 156 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPdispGetData().
output method of display column to output file stream 'file' Definition at line 173 of file objdisp.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPdispGetData().
creates the display column for the given display column object and includes it in SCIP
Definition at line 195 of file objdisp.cpp. References NULL, SCIP_CALL, scip::ObjDisp::scip_desc_, SCIP_DISPSTATUS_AUTO, scip::ObjDisp::scip_header_, scip::ObjDisp::scip_name_, SCIP_OKAY, scip::ObjDisp::scip_position_, scip::ObjDisp::scip_priority_, scip::ObjDisp::scip_stripline_, scip::ObjDisp::scip_width_, and SCIPincludeDisp(). Referenced by SCIP_DECL_DISPCOPY().
returns the display column object of the given name, or 0 if not existing
Definition at line 223 of file objdisp.cpp. References NULL, SCIPdispGetData(), and SCIPfindDisp().
returns the display column object for the given display column
Definition at line 242 of file objdisp.cpp. References NULL, and SCIPdispGetData(). |