methods to include specific dialogs into SCIP
This module contains methods to include specific dialogs into SCIP.
Functions | |
SCIP_RETCODE | SCIPincludeDialogDefault (SCIP *scip) |
SCIP_RETCODE | SCIPincludeDialogDefaultSet (SCIP *scip) |
SCIP_RETCODE | SCIPincludeDialogDefaultFix (SCIP *scip) |
SCIP_RETCODE SCIPincludeDialogDefault | ( | SCIP * | scip | ) |
includes or updates the default dialog menus in SCIP
scip | SCIP data structure |
Definition at line 3403 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(), SCIPincludeConshdlrSuperindicator(), and SCIPstartInteraction().
SCIP_RETCODE SCIPincludeDialogDefaultSet | ( | SCIP * | scip | ) |
includes or updates the "set" menu for each available parameter setting
scip | SCIP data structure |
Definition at line 4356 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().
SCIP_RETCODE SCIPincludeDialogDefaultFix | ( | SCIP * | scip | ) |
includes or updates the "fix" menu for each available parameter setting
scip | SCIP data structure |
Definition at line 5157 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().