cons_benderslp.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
60 * Two constraint handlers are implemented for the generation of Benders' decomposition cuts. When included in a
61 * problem, the Benders' decomposition constraint handlers generate cuts during the enforcement of LP and relaxation
62 * solutions. Additionally, Benders' decomposition cuts can be generated when checking the feasibility of solutions with
65 * This constraint handler has an enforcement priority that is greater than the integer constraint handler. This means
66 * that all LP solutions will be first checked for feasibility with respect to the Benders' decomposition second stage
67 * constraints before performing an integrality check. This is part of a multi-phase approach for solving mixed integer
70 * A parameter is available to control the depth at which the non-integer LP solution are enforced by solving the
71 * Benders' decomposition subproblems. This parameter is set to 0 by default, indicating that non-integer LP solutions
Definition: struct_scip.h:68
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
SCIP_RETCODE SCIPincludeConshdlrBenderslp(SCIP *scip)
Definition: cons_benderslp.c:269
common defines and data types used in all packages of SCIP
Definition: objbenders.h:43