Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_BoolParam Struct Reference

    Detailed Description

    data for SCIP_Bool parameters

    Definition at line 47 of file struct_paramset.h.

    #include <struct_paramset.h>

    Data Fields

    SCIP_Boolvalueptr
     
    SCIP_Bool curvalue
     
    SCIP_Bool defaultvalue
     

    Field Documentation

    ◆ valueptr

    SCIP_Bool* SCIP_BoolParam::valueptr

    pointer to store the current parameter value, or NULL

    Definition at line 49 of file struct_paramset.h.

    Referenced by SCIPparamGetBool(), SCIPparamSetBool(), and SCIPparamsetCheckValuePtrUnique().

    ◆ curvalue

    SCIP_Bool SCIP_BoolParam::curvalue

    stores the current parameter value if it is not stored in *valueptr

    Definition at line 50 of file struct_paramset.h.

    Referenced by SCIPparamGetBool(), and SCIPparamSetBool().

    ◆ defaultvalue

    SCIP_Bool SCIP_BoolParam::defaultvalue

    default value of the parameter

    Definition at line 51 of file struct_paramset.h.

    Referenced by paramWrite(), SCIPparamGetBoolDefault(), and SCIPparamSetDefaultBool().