dialog_stp.c File Reference
Detailed Description
stp user interface dialog
Definition in file dialog_stp.c.
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 |
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
-
scip SCIP 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().