All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
presol_components.h File Reference Detailed Descriptioncomponents presolver This presolver looks for independent components at the end of the presolving. If independent components are found in which a maximum number of discrete variables is not exceeded, the presolver tries to solve them in advance as subproblems. Afterwards, if a subproblem was solved to optimality, the corresponding variables/constraints can be fixed/deleted in the main problem. Definition in file presol_components.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the components presolver and includes it in SCIP
Definition at line 1430 of file presol_components.c. References DEFAULT_FEASTOLFACTOR, DEFAULT_INTFACTOR, DEFAULT_MAXINTVARS, DEFAULT_NODELIMIT, DEFAULT_RELDECREASE, DEFAULT_WRITEPROBLEMS, FALSE, NULL, PRESOL_DELAY, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, SCIP_CALL, SCIP_LONGINT_MAX, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPaddLongintParam(), SCIPaddRealParam(), SCIPallocMemory, SCIPincludePresolBasic(), SCIPsetPresolCopy(), SCIPsetPresolExit(), SCIPsetPresolFree(), SCIPsetPresolInit(), SCIPstatistic, and TRUE. Referenced by SCIPincludeDefaultPlugins(). |