Detailed Description
type definitions for decompositions and the decomposition store
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 35 of file type_dcmp.h.
Referenced by buildBlockGraph(), computeModularity(), decompHorizonGetFirstPosBestPotential(), decompHorizonNext(), SCIP_DECL_HEUREXEC(), SCIPassignDecompLinkConss(), SCIPcomputeDecompConsLabels(), SCIPcomputeDecompStats(), SCIPcomputeDecompVarsLabels(), SCIPdecompGetVarsLabels(), SCIPdecompPrintStats(), SCIPdecompSetVarsLabels(), and SCIPhasConsOnlyLinkVars().
◆ SCIP_DECOMP_LINKCONS
#define SCIP_DECOMP_LINKCONS -2 |
special label for linking constraints
Definition at line 36 of file type_dcmp.h.
Referenced by assignLinking(), buildBlockGraph(), computeModularity(), readDecomposition(), SCIP_DECL_HEUREXEC(), SCIPcomputeDecompConsLabels(), SCIPcomputeDecompStats(), SCIPcomputeDecompVarsLabels(), SCIPdecompGetConsLabels(), and SCIPdecompSetConsLabels().
Typedef Documentation
◆ SCIP_DECOMP
typedef struct SCIP_Decomp SCIP_DECOMP |
Definition at line 31 of file type_dcmp.h.
◆ SCIP_DECOMPSTORE
typedef struct SCIP_DecompStore SCIP_DECOMPSTORE |
Definition at line 32 of file type_dcmp.h.