Detailed Description
methods to include specific IIS finders into SCIP
This module contains methods to include specific IIS finders into SCIP.
- Note
- All default plugins can be included at once (including all default file readers) using SCIPincludeDefaultPlugins()
Functions | |
| SCIP_RETCODE | SCIPincludeIISfinderGreedy (SCIP *scip) |
Function Documentation
◆ SCIPincludeIISfinderGreedy()
| SCIP_RETCODE SCIPincludeIISfinderGreedy | ( | SCIP * | scip | ) |
creates the greedy IIS finder rule and includes it in SCIP
creates the greedy IIS finder and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 1030 of file iisfinder_greedy.c.
References BMSclearMemory, DEFAULT_ADDITIVE, DEFAULT_BATCHINGFACTOR, DEFAULT_BATCHINGOFFSET, DEFAULT_BATCHUPDATEINTERVAL, DEFAULT_CONSERVATIVE, DEFAULT_DELAFTERADD, DEFAULT_DYNAMICREORDERING, DEFAULT_INITBATCHSIZE, DEFAULT_INITRELBATCHSIZE, DEFAULT_MAXBATCHSIZE, DEFAULT_MAXRELBATCHSIZE, DEFAULT_NODELIMPERITER, DEFAULT_TIMELIMPERITER, FALSE, IISFINDER_DESC, IISFINDER_NAME, IISFINDER_PRIORITY, NULL, SCIP_CALL, SCIP_INVALID, SCIP_LONGINT_MAX, SCIP_OKAY, SCIP_REAL_MAX, SCIP_REAL_MIN, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPaddLongintParam(), SCIPaddRealParam(), SCIPallocBlockMemory, SCIPincludeIISfinderBasic(), SCIPsetIISfinderCopy(), SCIPsetIISfinderFree(), and TRUE.
Referenced by SCIP_DECL_IISFINDERCOPY(), and SCIPincludeDefaultPlugins().