user data storage type for expression iteration
Definition at line 686 of file type_expr.h.
#include <type_expr.h>
Data Fields | |
SCIP_Real | realval |
int | intval |
int | intvals [2] |
unsigned int | uintval |
void * | ptrval |
SCIP_Real SCIP_EXPRITER_USERDATA::realval |
a floating-point value
Definition at line 688 of file type_expr.h.
int SCIP_EXPRITER_USERDATA::intval |
an integer value
Definition at line 689 of file type_expr.h.
int SCIP_EXPRITER_USERDATA::intvals[2] |
two integer values
Definition at line 690 of file type_expr.h.
unsigned int SCIP_EXPRITER_USERDATA::uintval |
an unsigned integer value
Definition at line 691 of file type_expr.h.
Referenced by hashExpr(), SCIP_DECL_HASHKEYVAL(), and SCIPhashExpr().
void* SCIP_EXPRITER_USERDATA::ptrval |
a pointer
Definition at line 692 of file type_expr.h.
Referenced by SCIPexprCopy(), and SCIPexprSimplify().