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) SCIP_Real SCIPgetDualsolLogicor(SCIP *scip, SCIP_CONS *cons) SCIP_RETCODE SCIPcreateConsBasicLogicor(SCIP *scip, SCIP_CONS **cons, const char *name, int nvars, SCIP_VAR **vars) SCIP_Real SCIPgetDualfarkasLogicor(SCIP *scip, SCIP_CONS *cons) SCIP_RETCODE SCIPincludeConshdlrLogicor(SCIP *scip) SCIP_ROW * SCIPgetRowLogicor(SCIP *scip, SCIP_CONS *cons) int SCIPgetNVarsLogicor(SCIP *scip, SCIP_CONS *cons) SCIP_VAR ** SCIPgetVarsLogicor(SCIP *scip, SCIP_CONS *cons) Definition: objbranchrule.h:33 SCIP_RETCODE SCIPaddCoefLogicor(SCIP *scip, SCIP_CONS *cons, SCIP_VAR *var) SCIP callable library. |