All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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$
28 * a fixed convexity behaviour, that is, \f$f(x,y)\f$ has to be either jointly convex in \f$(x,y)\f$,
39 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
66 * @note the constraint gets captured, hence at one point you have to release it using the method SCIPreleaseCons()
99 SCIP_Bool stickingatnode /**< should the constraint always be kept at the node where it was added, even
105 * in its most basic version, i. e., all constraint flags are set to their basic value as explained for the
106 * method SCIPcreateConsBivariate(); all flags can be set via SCIPconsSetFLAGNAME-methods in cons.h
|