39#ifndef __SCIP_TYPE_DIALOG_H__
40#define __SCIP_TYPE_DIALOG_H__
62#define SCIP_DECL_DIALOGCOPY(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog)
70#define SCIP_DECL_DIALOGFREE(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog)
82#define SCIP_DECL_DIALOGDESC(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog)
96#define SCIP_DECL_DIALOGEXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog, SCIP_DIALOGHDLR* dialoghdlr, SCIP_DIALOG** nextdialog)
common defines and data types used in all packages of SCIP
struct SCIP_DialogData SCIP_DIALOGDATA
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure