dialog_stp.h File Reference
Detailed Description
stp user interface dialog
Definition in file dialog_stp.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeDialogStp (SCIP *scip) |
Function Documentation
◆ 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().