cons_bivariate.h
Go to the documentation of this file.
18 * @brief constraint handler for bivariate nonlinear constraints \f$\textrm{lhs} \leq f(x,y) + c z \leq \textrm{rhs}\f$
25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
61 * a fixed convexity behaviour, that is, \f$f(x,y)\f$ has to be either jointly convex in \f$(x,y)\f$,
84 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
117 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
123 * in its most basic version, i. e., all constraint flags are set to their basic value as explained for the
124 * method SCIPcreateConsBivariate(); all flags can be set via SCIPconsSetFLAGNAME-methods in cons.h
128 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
SCIP_EXPORT SCIP_Real SCIPgetLinearCoefBivariate(SCIP *scip, SCIP_CONS *cons)
Definition: cons_bivariate.c:8070
Definition: struct_scip.h:58
SCIP_EXPORT SCIP_RETCODE SCIPcreateConsBasicBivariate(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_EXPRTREE *f, SCIP_BIVAR_CONVEXITY convextype, SCIP_VAR *z, SCIP_Real zcoef, SCIP_Real lhs, SCIP_Real rhs)
Definition: cons_bivariate.c:8037
Definition: struct_var.h:198
SCIP_EXPORT SCIP_Real SCIPgetRhsBivariate(SCIP *scip, SCIP_CONS *cons)
Definition: cons_bivariate.c:8106
SCIP_EXPORT SCIP_Real SCIPgetLhsBivariate(SCIP *scip, SCIP_CONS *cons)
Definition: cons_bivariate.c:8094
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_EXPRTREE * SCIPgetExprtreeBivariate(SCIP *scip, SCIP_CONS *cons)
Definition: cons_bivariate.c:8082
SCIP_EXPORT SCIP_RETCODE SCIPcreateConsBivariate(SCIP *scip, SCIP_CONS **cons, const char *name, SCIP_EXPRTREE *f, SCIP_BIVAR_CONVEXITY convextype, SCIP_VAR *z, SCIP_Real zcoef, SCIP_Real lhs, SCIP_Real rhs, 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_bivariate.c:7953
Definition: cons_bivariate.h:77
Definition: struct_cons.h:37
type definitions for SCIP's main datastructure
type definitions for problem variables
Definition: cons_bivariate.h:79
SCIP_EXPORT SCIP_RETCODE SCIPincludeConshdlrBivariate(SCIP *scip)
Definition: cons_bivariate.c:7850
Definition: cons_bivariate.h:76
type definitions for expressions and expression trees
SCIP_EXPORT SCIP_VAR * SCIPgetLinearVarBivariate(SCIP *scip, SCIP_CONS *cons)
Definition: cons_bivariate.c:8058
Definition: struct_expr.h:55
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
type definitions for constraints and constraint handlers
Definition: cons_bivariate.h:78