Scippy

SCIP

Solving Constraint Integer Programs

dialog_stp.c File Reference

Detailed Description

stp user interface dialog

Author
Gerald Gamrath

Definition in file dialog_stp.c.

#include <assert.h>
#include <string.h>
#include "dialog_stp.h"
#include "probdata_stp.h"

Go to the source code of this file.

Functions

static SCIP_DECL_DIALOGEXEC (SCIPdialogExecWriteStpsol)
 
SCIP_RETCODE SCIPincludeDialogStp (SCIP *scip)
 

Function Documentation

◆ SCIP_DECL_DIALOGEXEC()

static SCIP_DECL_DIALOGEXEC ( SCIPdialogExecWriteStpsol  )
static

dialog execution method for the write LP command

Definition at line 32 of file dialog_stp.c.

References NULL, SCIP_CALL, SCIP_OKAY, SCIPdialoghdlrGetRoot(), SCIPdialogMessage(), and SCIPprobdataWriteLogfileEnd().

◆ SCIPincludeDialogStp()

SCIP_RETCODE SCIPincludeDialogStp ( SCIP scip)

includes or updates the stp dialog menus in SCIP

Parameters
scipSCIP data structure

Definition at line 48 of file dialog_stp.c.

References FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPaddDialogEntry(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPerrorMessage, SCIPgetRootDialog(), SCIPincludeDialog(), and SCIPreleaseDialog().

Referenced by runShell().