|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cons_logicor.h
Go to the documentation of this file.
32 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
52 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
81 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
87 * in its most basic version, i. e., all constraint flags are set to their basic value as explained for the
92 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
139 /** returns the linear relaxation of the given logic or constraint; may return NULL if no LP row was yet created;
SCIP_RETCODE SCIPcreateConsLogicor(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars, 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) Definition: cons_logicor.c:5107 Definition: struct_scip.h:53 Definition: struct_var.h:196 SCIP_Real SCIPgetDualsolLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5266 SCIP_RETCODE SCIPcreateConsBasicLogicor(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars) Definition: cons_logicor.c:5184 SCIP_Real SCIPgetDualfarkasLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5290 SCIP_RETCODE SCIPincludeConshdlrLogicor(SCIP *scip) Definition: cons_logicor.c:5015 Definition: struct_cons.h:36 SCIP_ROW * SCIPgetRowLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5316 int SCIPgetNVarsLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5224 Definition: struct_lp.h:189 SCIP_VAR ** SCIPgetVarsLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5245 SCIP_RETCODE SCIPaddCoefLogicor(SCIP *scip, SCIP_CONS *cons, SCIP_VAR *var) Definition: cons_logicor.c:5201 SCIP callable library. |