Scippy

SCIP

Solving Constraint Integer Programs

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_RETCODE SCIPincludeDialogDefaultBasic (SCIP *scip)
 
SCIP_RETCODE SCIPincludeDialogDefaultSet (SCIP *scip)
 
SCIP_RETCODE SCIPincludeDialogDefaultFix (SCIP *scip)
 

Function Documentation

◆ SCIPincludeDialogDefaultBasic()

SCIP_RETCODE SCIPincludeDialogDefaultBasic ( SCIP scip)

includes or updates the default dialog menus in SCIP except for menus "fix" and "set"

Parameters
scipSCIP data structure

Definition at line 4013 of file dialog_default.c.

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

Referenced by SCIP_DECL_DIALOGCOPY(), SCIPincludeColoringPlugins(), and SCIPincludeDefaultPlugins().

◆ SCIPincludeDialogDefaultSet()

SCIP_RETCODE SCIPincludeDialogDefaultSet ( SCIP scip)

includes or updates the "set" menu for each available parameter setting

Parameters
scipSCIP data structure

Definition at line 5025 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(), SCIPcutselGetDesc(), SCIPcutselGetName(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPdispGetDesc(), SCIPdispGetName(), SCIPerrorMessage, SCIPgetBranchrules(), SCIPgetConflicthdlrs(), SCIPgetConshdlrs(), SCIPgetCutsels(), SCIPgetDisps(), SCIPgetHeurs(), SCIPgetNBranchrules(), SCIPgetNConflicthdlrs(), SCIPgetNConshdlrs(), SCIPgetNCutsels(), 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 SCIPstartInteraction().

◆ SCIPincludeDialogDefaultFix()

SCIP_RETCODE SCIPincludeDialogDefaultFix ( SCIP scip)

includes or updates the "fix" menu for each available parameter setting

Parameters
scipSCIP data structure

Definition at line 5908 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(), SCIPcutselGetDesc(), SCIPcutselGetName(), SCIPdialogFindEntry(), SCIPdialogHasEntry(), SCIPdispGetDesc(), SCIPdispGetName(), SCIPerrorMessage, SCIPgetBranchrules(), SCIPgetConflicthdlrs(), SCIPgetConshdlrs(), SCIPgetCutsels(), SCIPgetDisps(), SCIPgetHeurs(), SCIPgetNBranchrules(), SCIPgetNConflicthdlrs(), SCIPgetNConshdlrs(), SCIPgetNCutsels(), 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 SCIPstartInteraction().