Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_EXPRITER_USERDATA Union Reference

    Detailed Description

    user data storage type for expression iteration

    Definition at line 704 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 706 of file type_expr.h.

    ◆ intval

    int SCIP_EXPRITER_USERDATA::intval

    an integer value

    Definition at line 707 of file type_expr.h.

    ◆ intvals

    int SCIP_EXPRITER_USERDATA::intvals[2]

    two integer values

    Definition at line 708 of file type_expr.h.

    Referenced by propagateLocks().

    ◆ uintval

    unsigned int SCIP_EXPRITER_USERDATA::uintval

    an unsigned integer value

    Definition at line 709 of file type_expr.h.

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

    ◆ ptrval

    void* SCIP_EXPRITER_USERDATA::ptrval

    a pointer

    Definition at line 710 of file type_expr.h.

    Referenced by SCIPNLFeeder::FeedConExpression(), SCIPexprCopy(), and SCIPexprSimplify().