Scippy

SCIP

Solving Constraint Integer Programs

bendersdefcuts.h File Reference

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
scipSCIP data structure
bendersBenders' decomposition struture

Definition at line 27 of file bendersdefcuts.c.

References SCIP_CALL, SCIP_OKAY, SCIPincludeBenderscutFeas(), SCIPincludeBenderscutInt(), SCIPincludeBenderscutNogood(), and SCIPincludeBenderscutOpt().

Referenced by SCIPincludeBendersDefault().