Scippy

    SCIP

    Solving Constraint Integer Programs

    type_dcmp.h File Reference

    Detailed Description

    type definitions for decompositions and the decomposition store

    Author
    Gregor Hendel

    Definition in file type_dcmp.h.

    Go to the source code of this file.

    Macros

    #define SCIP_DECOMP_LINKVAR   -1
     
    #define SCIP_DECOMP_LINKCONS   -2
     

    Typedefs

    typedef struct SCIP_Decomp SCIP_DECOMP
     
    typedef struct SCIP_DecompStore SCIP_DECOMPSTORE
     

    Macro Definition Documentation

    ◆ SCIP_DECOMP_LINKVAR

    #define SCIP_DECOMP_LINKVAR   -1

    special label for linking variables

    Definition at line 44 of file type_dcmp.h.

    ◆ SCIP_DECOMP_LINKCONS

    #define SCIP_DECOMP_LINKCONS   -2

    special label for linking constraints

    Definition at line 45 of file type_dcmp.h.

    Typedef Documentation

    ◆ SCIP_DECOMP

    typedef struct SCIP_Decomp SCIP_DECOMP

    Definition at line 40 of file type_dcmp.h.

    ◆ SCIP_DECOMPSTORE

    Definition at line 41 of file type_dcmp.h.