type definitions for global SCIP settings
Definition in file type_set.h.
Go to the source code of this file.
typedef enum SCIP_Stage SCIP_STAGE |
Definition at line 59 of file type_set.h.
typedef enum SCIP_Setting SCIP_SETTING |
Definition at line 69 of file type_set.h.
global SCIP settings
Definition at line 71 of file type_set.h.
enum SCIP_Stage |
! [SnippetCodeStyleExample] SCIP operation stage
Enumerator | |
---|---|
SCIP_STAGE_INIT | SCIP data structures are initialized, no problem exists |
SCIP_STAGE_PROBLEM | the problem is being created and modified |
SCIP_STAGE_TRANSFORMING | the problem is being transformed into solving data space |
SCIP_STAGE_TRANSFORMED | the problem was transformed into solving data space |
SCIP_STAGE_INITPRESOLVE | presolving is initialized |
SCIP_STAGE_PRESOLVING | the problem is being presolved |
SCIP_STAGE_EXITPRESOLVE | presolving is exited |
SCIP_STAGE_PRESOLVED | the problem was presolved |
SCIP_STAGE_INITSOLVE | the solving process data is being initialized |
SCIP_STAGE_SOLVING | the problem is being solved |
SCIP_STAGE_SOLVED | the problem was solved |
SCIP_STAGE_EXITSOLVE | the solving process data is being freed |
SCIP_STAGE_FREETRANS | the transformed problem is being freed |
SCIP_STAGE_FREE | SCIP data structures are being freed |
Definition at line 42 of file type_set.h.
enum SCIP_Setting |
possible settings for enabling/disabling algorithms and other features
Enumerator | |
---|---|
SCIP_UNDEFINED | undefined setting |
SCIP_DISABLED | feature is disabled |
SCIP_AUTO | feature is set to automatic mode |
SCIP_ENABLED | feature is enabled |
Definition at line 62 of file type_set.h.