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 |
#define SCIP_DECOMP_LINKVAR -1 |
special label for linking variables
Definition at line 44 of file type_dcmp.h.
Referenced by assignLinking(), buildBlockGraph(), computeModularity(), decompHorizonGetFirstPosBestPotential(), decompHorizonNext(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXEC(), SCIP_DECL_SORTINDCOMP(), SCIPassignDecompLinkConss(), SCIPcomputeDecompConsLabels(), SCIPcomputeDecompStats(), SCIPcomputeDecompVarsLabels(), SCIPdecompGetConssSize(), SCIPdecompGetNBorderConss(), SCIPdecompGetNBorderVars(), SCIPdecompGetVarsLabels(), SCIPdecompGetVarsSize(), SCIPdecompPrintStats(), SCIPdecompSetVarsLabels(), and SCIPhasConsOnlyLinkVars().
#define SCIP_DECOMP_LINKCONS -2 |
special label for linking constraints
Definition at line 45 of file type_dcmp.h.
Referenced by buildBlockGraph(), computeModularity(), readDecomposition(), SCIP_DECL_HEUREXEC(), SCIP_DECL_HEUREXEC(), SCIPcomputeDecompConsLabels(), SCIPcomputeDecompStats(), SCIPcomputeDecompVarsLabels(), SCIPdecompGetConsLabels(), and SCIPdecompSetConsLabels().
typedef struct SCIP_Decomp SCIP_DECOMP |
Definition at line 40 of file type_dcmp.h.
typedef struct SCIP_DecompStore SCIP_DECOMPSTORE |
Definition at line 41 of file type_dcmp.h.