All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_dialog.h
Go to the documentation of this file.
28 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
65 * This method should output (usually a single line of) information describing the meaning of the dialog.
67 * If no description output method is given, the description string of the dialog is displayed instead.
77 * This method is invoked, if the user selected the dialog's command name in the parent's dialog menu.
87 #define SCIP_DECL_DIALOGEXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog, SCIP_DIALOGHDLR* dialoghdlr, SCIP_DIALOG** nextdialog)
type definitions for return codes for SCIP methods type definitions for SCIP's main datastructure common defines and data types used in all packages of SCIP |