Detailed Description
methods to include specific dialogs into SCIP
This module contains methods to include specific dialogs into SCIP.
- Note
- All default plugins can be included at once (including all default dialogs) using SCIPincludeDefaultPlugins()
Functions | |
SCIP_EXPORT SCIP_RETCODE | SCIPincludeDialogDefault (SCIP *scip) |
SCIP_EXPORT SCIP_RETCODE | SCIPincludeDialogDefaultSet (SCIP *scip) |
SCIP_EXPORT SCIP_RETCODE | SCIPincludeDialogDefaultFix (SCIP *scip) |
Function Documentation
◆ SCIPincludeDialogDefault()
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefault | ( | SCIP * | scip | ) |
includes or updates the default dialog menus in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 3927 of file dialog_default.c.
References FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPaddDialogEntry(), SCIPcreateRootDialog(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPerrorMessage, SCIPgetRootDialog(), SCIPincludeDialog(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPreleaseDialog(), and TRUE.
Referenced by createCountDialog(), SCIP_DECL_DIALOGCOPY(), SCIPincludeColoringPlugins(), SCIPincludeConshdlrSuperindicator(), and SCIPstartInteraction().
◆ SCIPincludeDialogDefaultSet()
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefaultSet | ( | SCIP * | scip | ) |
includes or updates the "set" menu for each available parameter setting
- Parameters
-
scip SCIP data structure
Definition at line 4924 of file dialog_default.c.
References addSetParamDialog(), BMSduplicateMemoryArray, BMSfreeMemoryArray, createEmphasisSubmenu(), FALSE, NULL, paramname, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPaddDialogEntry(), SCIPbranchruleGetDesc(), SCIPbranchruleGetName(), SCIPconflicthdlrGetDesc(), SCIPconflicthdlrGetName(), SCIPconshdlrGetDesc(), SCIPconshdlrGetName(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPdispGetDesc(), SCIPdispGetName(), SCIPerrorMessage, SCIPgetBranchrules(), SCIPgetConflicthdlrs(), SCIPgetConshdlrs(), SCIPgetDisps(), SCIPgetHeurs(), SCIPgetNBranchrules(), SCIPgetNConflicthdlrs(), SCIPgetNConshdlrs(), SCIPgetNDisps(), SCIPgetNHeurs(), SCIPgetNlpis(), SCIPgetNNlpis(), SCIPgetNNodesels(), SCIPgetNodesels(), SCIPgetNParams(), SCIPgetNPresols(), SCIPgetNPricers(), SCIPgetNReaders(), SCIPgetNSepas(), SCIPgetParams(), SCIPgetPresols(), SCIPgetPricers(), SCIPgetReaders(), SCIPgetRootDialog(), SCIPgetSepas(), SCIPheurGetDesc(), SCIPheurGetName(), SCIPincludeDialog(), SCIPnlpiGetDesc(), SCIPnlpiGetName(), SCIPnodeselGetDesc(), SCIPnodeselGetName(), SCIPparamGetName(), SCIPpresolGetDesc(), SCIPpresolGetName(), SCIPpricerGetDesc(), SCIPpricerGetName(), SCIPreaderGetDesc(), SCIPreaderGetName(), SCIPreleaseDialog(), SCIPsepaGetDesc(), SCIPsepaGetName(), and TRUE.
Referenced by SCIPincludeDialogDefault().
◆ SCIPincludeDialogDefaultFix()
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefaultFix | ( | SCIP * | scip | ) |
includes or updates the "fix" menu for each available parameter setting
- Parameters
-
scip SCIP data structure
Definition at line 5744 of file dialog_default.c.
References addFixParamDialog(), BMSduplicateMemoryArray, BMSfreeMemoryArray, NULL, paramname, SCIP_ALLOC, SCIP_CALL, SCIP_OKAY, SCIP_PLUGINNOTFOUND, SCIPaddDialogEntry(), SCIPbranchruleGetDesc(), SCIPbranchruleGetName(), SCIPconflicthdlrGetDesc(), SCIPconflicthdlrGetName(), SCIPconshdlrGetDesc(), SCIPconshdlrGetName(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPdispGetDesc(), SCIPdispGetName(), SCIPerrorMessage, SCIPgetBranchrules(), SCIPgetConflicthdlrs(), SCIPgetConshdlrs(), SCIPgetDisps(), SCIPgetHeurs(), SCIPgetNBranchrules(), SCIPgetNConflicthdlrs(), SCIPgetNConshdlrs(), SCIPgetNDisps(), SCIPgetNHeurs(), SCIPgetNlpis(), SCIPgetNNlpis(), SCIPgetNNodesels(), SCIPgetNodesels(), SCIPgetNParams(), SCIPgetNPresols(), SCIPgetNPricers(), SCIPgetNReaders(), SCIPgetNSepas(), SCIPgetParams(), SCIPgetPresols(), SCIPgetPricers(), SCIPgetReaders(), SCIPgetRootDialog(), SCIPgetSepas(), SCIPheurGetDesc(), SCIPheurGetName(), SCIPincludeDialog(), SCIPnlpiGetDesc(), SCIPnlpiGetName(), SCIPnodeselGetDesc(), SCIPnodeselGetName(), SCIPparamGetName(), SCIPpresolGetDesc(), SCIPpresolGetName(), SCIPpricerGetDesc(), SCIPpricerGetName(), SCIPreaderGetDesc(), SCIPreaderGetName(), SCIPreleaseDialog(), SCIPsepaGetDesc(), SCIPsepaGetName(), and TRUE.
Referenced by SCIPincludeDialogDefault().