Detailed Description
methods to include specific cut selectors into SCIP
This module contains methods to include specific cut selectors into SCIP.
- Note
- All default plugins can be included at once (including all default cut selectors) using SCIPincludeDefaultPlugins()
Functions | |
SCIP_RETCODE | SCIPincludeCutselHybrid (SCIP *scip) |
Function Documentation
◆ SCIPincludeCutselHybrid()
SCIP_RETCODE SCIPincludeCutselHybrid | ( | SCIP * | scip | ) |
creates the hybrid separator and includes it in SCIP
creates the hybrid cut selector and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 366 of file cutsel_hybrid.c.
References BADSCORE, BMSclearMemory, CUTSEL_DESC, CUTSEL_NAME, CUTSEL_PRIORITY, DEFAULT_DIRCUTOFFDISTWEIGHT, DEFAULT_EFFICACYWEIGHT, DEFAULT_INTSUPPORTWEIGHT, DEFAULT_MINORTHO, DEFAULT_MINORTHOROOT, DEFAULT_OBJPARALWEIGHT, FALSE, GOODSCORE, NULL, SCIP_CALL, SCIP_INVALID, SCIP_OKAY, SCIPaddRealParam(), SCIPallocBlockMemory(), SCIPincludeCutselBasic(), SCIPsetCutselCopy(), SCIPsetCutselExit(), SCIPsetCutselFree(), and SCIPsetCutselInit().
Referenced by SCIP_DECL_CUTSELCOPY(), and SCIPincludeDefaultPlugins().