objdisp.h File Reference Detailed DescriptionC++ wrapper for display columns. Definition in file objdisp.h. Go to the source code of this file.
Function Documentation
creates the display column for the given display column object and includes it in SCIP The method should be called in one of the following ways:
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(), and scip::ObjDisp::SCIP_DECL_DISPEXITSOL().
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(). Referenced by scip::ObjDisp::SCIP_DECL_DISPEXITSOL().
returns the display column object for the given display column
Definition at line 242 of file objdisp.cpp. References NULL, and SCIPdispGetData(). Referenced by scip::ObjDisp::SCIP_DECL_DISPEXITSOL(). |