methods to include specific Benders' decomposition implementations into SCIP
This module contains methods to include specific Benders' decomposition implementations into SCIP .
Functions | |
SCIP_RETCODE | SCIPincludeBendersDefault (SCIP *scip) |
SCIP_RETCODE SCIPincludeBendersDefault | ( | SCIP * | scip | ) |
creates the default Benders' decomposition and includes it in SCIP
scip | SCIP data structure |
Definition at line 524 of file benders_default.c.
References assert(), 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().