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 */ 194 * for a ranged constraint, the dual value is positive if the right hand side is active and negative if the left hand side is active
type definitions for NLP management Definition: struct_var.h:196 Definition: struct_message.h:35 type definitions for global SCIP settings Definition: type_expr.h:98 void SCIPnlrowGetQuadData(SCIP_NLROW *nlrow, int *nquadvars, SCIP_VAR ***quadvars, int *nquadelems, SCIP_QUADELEM **quadelems) Definition: nlp.c:3332 type definitions for problem statistics SCIP_RETCODE SCIPexprtreeSetVars(SCIP_EXPRTREE *tree, int nvars, SCIP_VAR **vars) Definition: nlp.c:111 type definitions for problem variables SCIP_RETCODE SCIPexprtreeAddVars(SCIP_EXPRTREE *tree, int nvars, SCIP_VAR **vars) Definition: nlp.c:143 type definitions for storing primal CIP solutions int SCIPnlrowSearchQuadVar(SCIP_NLROW *nlrow, SCIP_VAR *var) Definition: nlp.c:3285 SCIP_RETCODE SCIPexprtreePrintWithNames(SCIP_EXPRTREE *tree, SCIP_MESSAGEHDLR *messagehdlr, FILE *file) Definition: nlp.c:172 type definitions for expressions and expression trees Definition: struct_nlp.h:62 type definitions for message output methods Definition: struct_expr.h:55 common defines and data types used in all packages of SCIP type definitions for specific NLP solver interfaces memory allocation routines |