All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
scip::ObjDialog Class Referenceabstract Detailed DescriptionC++ wrapper for dialogs. This class defines the interface for dialogs implemented in C++. Note that there is a pure virtual function (this function has to be implemented). This function is: scip_exec(). Definition at line 44 of file objdialog.h.
Constructor & Destructor Documentation
default constructor
Definition at line 62 of file objdialog.h. References scip_, SCIP_CALL_ABORT, scip_desc_, scip_name_, and SCIPduplicateMemoryArray.
destructor Definition at line 79 of file objdialog.h. References scip_, scip_desc_, scip_name_, and SCIPfreeMemoryArray. Member Function Documentation
destructor of dialog to free user data (called when SCIP is exiting)
Definition at line 91 of file objdialog.h. References SCIP_OKAY.
description output method of dialog
Definition at line 100 of file objdialog.h. References scip_desc_, SCIP_OKAY, and SCIPdialogMessage().
execution method of dialog
Field Documentation
SCIP data structure Definition at line 50 of file objdialog.h. Referenced by ObjDialog(), and ~ObjDialog().
name of the dialog Definition at line 53 of file objdialog.h. Referenced by ObjDialog(), SCIPincludeObjDialog(), and ~ObjDialog().
description of the dialog Definition at line 56 of file objdialog.h. Referenced by ObjDialog(), SCIP_DECL_DIALOGDESC(), SCIPincludeObjDialog(), and ~ObjDialog().
default for whether the dialog is a menu Definition at line 59 of file objdialog.h. Referenced by SCIPincludeObjDialog(). |