SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
exprnode Struct Reference

Detailed Description

node for linked list of expressions

Definition at line 84 of file expr_product.c.

Data Fields

SCIP_EXPRexpr
 
struct exprnodenext
 

Field Documentation

◆ expr

◆ next

struct exprnode* exprnode::next

next node

Definition at line 87 of file expr_product.c.

Referenced by enforceSP12(), listPopFirst(), mergeProductExprlist(), and SCIP_DECL_EXPRSIMPLIFY().