Inclusion methods
Detailed Description
methods to include specific Benders' decomposition implementations into SCIP
This module contains methods to include specific Benders' decomposition implementations into SCIP.
- Note
- All default plugins can be included at once (including all Benders' decomposition implementations) using SCIPincludeDefaultPlugins()
Functions | |
SCIP_RETCODE | SCIPincludeBendersDefault (SCIP *scip) |
Function Documentation
◆ SCIPincludeBendersDefault()
SCIP_RETCODE SCIPincludeBendersDefault | ( | SCIP * | scip | ) |
creates the default Benders' decomposition and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 524 of file benders_default.c.
References BENDERS_CUTLP, BENDERS_CUTPSEUDO, BENDERS_CUTRELAX, BENDERS_DESC, BENDERS_NAME, BENDERS_PRIORITY, BENDERS_SHAREAUXVARS, BMSclearMemory, NULL, SCIP_CALL, SCIP_OKAY, SCIPallocBlockMemory, SCIPincludeBendersBasic(), SCIPincludeBendersDefaultCuts(), SCIPsetBendersCopy(), SCIPsetBendersExit(), SCIPsetBendersFree(), and SCIPsetBendersInit().
Referenced by SCIP_DECL_BENDERSCOPY(), and SCIPincludeDefaultPlugins().