Scippy

GCG

Branch-and-Price & Column Generation for Everyone

dialog_master.c File Reference

Detailed Description

user interface dialog for master problem

Author
Tobias Achterberg
Timo Berthold
Christian Puchert

Definition in file dialog_master.c.

#include <string.h>
#include "scip/dialog_default.h"
#include "dialog_master.h"

Go to the source code of this file.

Functions

 SCIP_DECL_DIALOGEXEC (GCGmasterDialogExecNotAvailable)
 
SCIP_RETCODE GCGcreateRootMasterDialog (SCIP *scip, SCIP_DIALOG **root)
 
SCIP_RETCODE SCIPincludeDialogMaster (SCIP *scip)
 

Function Documentation

◆ SCIP_DECL_DIALOGEXEC()

SCIP_DECL_DIALOGEXEC ( GCGmasterDialogExecNotAvailable  )

dialog execution method telling that a command is not available

Definition at line 45 of file dialog_master.c.

◆ GCGcreateRootMasterDialog()

SCIP_RETCODE GCGcreateRootMasterDialog ( SCIP *  scip,
SCIP_DIALOG **  root 
)

creates a root dialog

Parameters
scipSCIP data structure
rootpointer to store the root dialog

Definition at line 55 of file dialog_master.c.

Referenced by SCIPincludeDialogMaster().

◆ SCIPincludeDialogMaster()

SCIP_RETCODE SCIPincludeDialogMaster ( SCIP *  scip)

includes or updates the master dialog menus in GCG

Parameters
scipSCIP data structure

Definition at line 73 of file dialog_master.c.

References GCGcreateRootMasterDialog().

Referenced by GCGincludeBendersPlugins(), and GCGincludeMasterPlugins().