Scippy

SCIP

Solving Constraint Integer Programs

SCIP_EXPRITER_USERDATA Union Reference

Detailed Description

user data storage type for expression iteration

Definition at line 677 of file type_expr.h.

#include <type_expr.h>

Data Fields

SCIP_Real realval
 
int intval
 
int intvals [2]
 
unsigned int uintval
 
void * ptrval
 

Field Documentation

◆ realval

SCIP_Real SCIP_EXPRITER_USERDATA::realval

a floating-point value

Definition at line 679 of file type_expr.h.

◆ intval

int SCIP_EXPRITER_USERDATA::intval

an integer value

Definition at line 680 of file type_expr.h.

◆ intvals

int SCIP_EXPRITER_USERDATA::intvals[2]

two integer values

Definition at line 681 of file type_expr.h.

Referenced by propagateLocks().

◆ uintval

unsigned int SCIP_EXPRITER_USERDATA::uintval

an unsigned integer value

Definition at line 682 of file type_expr.h.

Referenced by hashExpr(), SCIP_DECL_HASHKEYVAL(), and SCIPhashExpr().

◆ ptrval

void* SCIP_EXPRITER_USERDATA::ptrval

a pointer

Definition at line 683 of file type_expr.h.

Referenced by SCIPexprCopy(), and SCIPexprSimplify().