Scippy

    SCIP

    Solving Constraint Integer Programs

    SYM_ExprData Struct Reference

    Detailed Description

    (additional) data used to encode an expression, which is not encoded as another expression

    Definition at line 102 of file struct_symmetry.h.

    #include <struct_symmetry.h>

    Data Fields

    SCIP_Realconstants
     
    int nconstants
     
    SCIP_Realcoefficients
     
    int ncoefficients
     
    SCIP_EXPR ** children
     

    Field Documentation

    ◆ constants

    SCIP_Real* SYM_ExprData::constants

    constants used in an expression

    Definition at line 104 of file struct_symmetry.h.

    Referenced by SCIPgetSymExprdataConstants().

    ◆ nconstants

    int SYM_ExprData::nconstants

    number of constants

    Definition at line 105 of file struct_symmetry.h.

    Referenced by SCIPgetSymExprdataNConstants().

    ◆ coefficients

    SCIP_Real* SYM_ExprData::coefficients

    coefficients of children

    Definition at line 106 of file struct_symmetry.h.

    Referenced by SCIPgetCoefSymData().

    ◆ ncoefficients

    int SYM_ExprData::ncoefficients

    number of coefficients

    Definition at line 107 of file struct_symmetry.h.

    Referenced by SCIPgetCoefSymData().

    ◆ children

    SCIP_EXPR** SYM_ExprData::children

    children of expression with a coefficient

    Definition at line 108 of file struct_symmetry.h.

    Referenced by SCIPgetCoefSymData().