cons_bounddisjunction.h
Go to the documentation of this file.
18 * @brief constraint handler for bound disjunction constraints \f$(x_1 \{\leq,\geq\} b_1) \vee \ldots \vee (x_n \{\leq,\geq\} b_n)\f$ 29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 49 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons() 80 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even 86 * in its most basic version, i. e., all constraint flags are set to their basic value as explained for the 87 * method SCIPcreateConsBounddisjunction(); all flags can be set via SCIPsetConsFLAGNAME-methods in scip.h 89 * @see SCIPcreateConsBounddisjunction() for information about the basic constraint flag configuration 91 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons() int SCIPgetNVarsBounddisjunction(SCIP *scip, SCIP_CONS *cons) SCIP_Real * SCIPgetBoundsBounddisjunction(SCIP *scip, SCIP_CONS *cons) SCIP_BOUNDTYPE * SCIPgetBoundtypesBounddisjunction(SCIP *scip, SCIP_CONS *cons) SCIP_RETCODE SCIPcreateConsBounddisjunction(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars, SCIP_BOUNDTYPE *boundtypes, SCIP_Real *bounds, SCIP_Bool initial, SCIP_Bool separate, SCIP_Bool enforce, SCIP_Bool check, SCIP_Bool propagate, SCIP_Bool local, SCIP_Bool modifiable, SCIP_Bool dynamic, SCIP_Bool removable, SCIP_Bool stickingatnode) SCIP_VAR ** SCIPgetVarsBounddisjunction(SCIP *scip, SCIP_CONS *cons) SCIP_RETCODE SCIPincludeConshdlrBounddisjunction(SCIP *scip) SCIP_RETCODE SCIPcreateConsBasicBounddisjunction(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars, SCIP_BOUNDTYPE *boundtypes, SCIP_Real *bounds) Definition: objbranchrule.h:33 SCIP callable library. |