All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_nlp.h
Go to the documentation of this file.
23 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
78 /** searches the variables array of an expression tree for a variable and returns its position, or -1 if not found
151 int* nquadvars, /**< buffer to store number of variables in quadratic term, or NULL if not of interest */
152 SCIP_VAR*** quadvars, /**< buffer to store pointer to array of variables in quadratic term, or NULL if not of interest */
153 int* nquadelems, /**< buffer to store number of entries in quadratic term, or NULL if not of interest */
154 SCIP_QUADELEM** quadelems /**< buffer to store pointer to array of entries in quadratic term, or NULL if not of interest */
|