•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
exprnode Struct Reference
Detailed Description
node for linked list of expressions
Definition at line 84 of file expr_product.c.
Data Fields | |
SCIP_EXPR * | expr |
struct exprnode * | next |
Field Documentation
◆ expr
SCIP_EXPR* exprnode::expr |
expression in node
Definition at line 86 of file expr_product.c.
Referenced by createExprNode(), createExprProductFromExprlist(), enforceSP10(), enforceSP11(), enforceSP12(), mergeProductExprlist(), SCIP_DECL_EXPRSIMPLIFY(), and simplifyMultiplyChildren().
◆ next
struct exprnode* exprnode::next |
next node
Definition at line 87 of file expr_product.c.
Referenced by createExprProductFromExprlist(), enforceSP10(), enforceSP11(), enforceSP12(), freeExprlist(), insertFirstList(), listLength(), listPopFirst(), mergeProductExprlist(), and SCIP_DECL_EXPRSIMPLIFY().