bendersdefcuts.h File Reference
#include "scip/benderscut_feas.h"
#include "scip/benderscut_feasalt.h"
#include "scip/benderscut_int.h"
#include "scip/benderscut_nogood.h"
#include "scip/benderscut_opt.h"
Go to the source code of this file.
Functions | |
SCIP_EXPORT SCIP_RETCODE | SCIPincludeBendersDefaultCuts (SCIP *scip, SCIP_BENDERS *benders) |
Function Documentation
◆ SCIPincludeBendersDefaultCuts()
SCIP_EXPORT SCIP_RETCODE SCIPincludeBendersDefaultCuts | ( | SCIP * | scip, |
SCIP_BENDERS * | benders | ||
) |
includes default Benders' decomposition cuts plugins into SCIP and the associated Benders' decomposition
- Parameters
-
scip SCIP data structure benders Benders' decomposition struture
Definition at line 28 of file bendersdefcuts.c.
References SCIP_CALL, SCIP_OKAY, SCIPincludeBenderscutFeas(), SCIPincludeBenderscutFeasalt(), SCIPincludeBenderscutInt(), SCIPincludeBenderscutNogood(), and SCIPincludeBenderscutOpt().
Referenced by SCIPincludeBendersDefault().