default cuts for Benders' decomposition
Definition in file bendersdefcuts.c.
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeBendersDefaultCuts (SCIP *scip, SCIP_BENDERS *benders) |
SCIP_RETCODE SCIPincludeBendersDefaultCuts | ( | SCIP * | scip, |
SCIP_BENDERS * | benders ) |
includes default Benders' decomposition cuts plugins into SCIP and the associated Benders' decomposition
scip | SCIP data structure |
benders | Benders' decomposition struture |
Definition at line 37 of file bendersdefcuts.c.
References SCIP_CALL, SCIP_OKAY, SCIPincludeBenderscutFeas(), SCIPincludeBenderscutFeasalt(), SCIPincludeBenderscutInt(), SCIPincludeBenderscutNogood(), and SCIPincludeBenderscutOpt().
Referenced by SCIPincludeBendersDefault().