All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cons_setppc.h
Go to the documentation of this file.
18 * @brief Constraint handler for the set partitioning / packing / covering constraints \f$1^T x\ \{=, \le, \ge\}\ 1\f$.
24 * For a set of binary variables \f$x_i, i=1,\dots,n\f$, a set partitioning constraint has the form
38 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
53 SCIP_SETPPCTYPE_PARTITIONING = 0, /**< constraint is a set partitioning constraint: sum(x) == 1 */
59 /** creates the handler for set partitioning / packing / covering constraints and includes it in SCIP */
67 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
96 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
102 * in its most basic variant, i. e., with all constraint flags set to their default values, which can be set
107 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
120 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
149 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
155 * in its most basic variant, i. e., with all constraint flags set to their default values, which can be set
160 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
173 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
202 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
208 * in its most basic variant, i. e., with all constraint flags set to their default values, which can be set
213 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
253 /** gets the dual solution of the set partitioning / packing / covering constraint in the current LP */
260 /** gets the dual Farkas value of the set partitioning / packing / covering constraint in the current infeasible LP */
|