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:5111 Definition: struct_scip.h:53 Definition: struct_var.h:196 SCIP_Real SCIPgetDualsolLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5270 SCIP_RETCODE SCIPcreateConsBasicLogicor(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars) Definition: cons_logicor.c:5188 SCIP_Real SCIPgetDualfarkasLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5294 SCIP_RETCODE SCIPincludeConshdlrLogicor(SCIP *scip) Definition: cons_logicor.c:5019 Definition: struct_cons.h:36 SCIP_ROW * SCIPgetRowLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5320 int SCIPgetNVarsLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5228 Definition: struct_lp.h:189 SCIP_VAR ** SCIPgetVarsLogicor(SCIP *scip, SCIP_CONS *cons) Definition: cons_logicor.c:5249 Definition: objbranchrule.h:33 SCIP_RETCODE SCIPaddCoefLogicor(SCIP *scip, SCIP_CONS *cons, SCIP_VAR *var) Definition: cons_logicor.c:5205 SCIP callable library. |