Scippy

    SCIP

    Solving Constraint Integer Programs

    struct_paramset.h File Reference

    Detailed Description

    datastructures for handling parameter settings

    Author
    Tobias Achterberg
    Timo Berthold

    Definition in file struct_paramset.h.

    #include "scip/def.h"
    #include "scip/type_misc.h"
    #include "scip/type_paramset.h"

    Go to the source code of this file.

    Data Structures

    struct  SCIP_BoolParam
     
    struct  SCIP_IntParam
     
    struct  SCIP_LongintParam
     
    struct  SCIP_RealParam
     
    struct  SCIP_CharParam
     
    struct  SCIP_StringParam
     
    struct  SCIP_Param
     
    struct  SCIP_ParamSet
     

    Typedefs

    typedef struct SCIP_BoolParam SCIP_BOOLPARAM
     
    typedef struct SCIP_IntParam SCIP_INTPARAM
     
    typedef struct SCIP_LongintParam SCIP_LONGINTPARAM
     
    typedef struct SCIP_RealParam SCIP_REALPARAM
     
    typedef struct SCIP_CharParam SCIP_CHARPARAM
     
    typedef struct SCIP_StringParam SCIP_STRINGPARAM
     

    Typedef Documentation

    ◆ SCIP_BOOLPARAM

    Definition at line 53 of file struct_paramset.h.

    ◆ SCIP_INTPARAM

    typedef struct SCIP_IntParam SCIP_INTPARAM

    Definition at line 64 of file struct_paramset.h.

    ◆ SCIP_LONGINTPARAM

    Definition at line 75 of file struct_paramset.h.

    ◆ SCIP_REALPARAM

    Definition at line 86 of file struct_paramset.h.

    ◆ SCIP_CHARPARAM

    Definition at line 96 of file struct_paramset.h.

    ◆ SCIP_STRINGPARAM

    Definition at line 105 of file struct_paramset.h.