Scippy

SCIP

Solving Constraint Integer Programs

SCIP_DecompStore Struct Reference

Detailed Description

data structure to manage decompositions

Definition at line 59 of file struct_dcmp.h.

#include <struct_dcmp.h>

Data Fields

SCIP_DECOMP ** decomps
 
SCIP_DECOMP ** origdecomps
 
int ndecomps
 
int norigdecomps
 
int decompssize
 

Field Documentation

◆ decomps

SCIP_DECOMP** SCIP_DecompStore::decomps

array of decompositions in this store

Definition at line 61 of file struct_dcmp.h.

Referenced by SCIPdecompstoreAdd(), SCIPdecompstoreGetDecomps(), and SCIPexitSolveDecompstore().

◆ origdecomps

SCIP_DECOMP** SCIP_DecompStore::origdecomps

array of decompositions in original space

Definition at line 62 of file struct_dcmp.h.

Referenced by SCIPdecompstoreAdd(), SCIPdecompstoreGetOrigDecomps(), and SCIPtransformDecompstore().

◆ ndecomps

int SCIP_DecompStore::ndecomps

number of available decompositions

Definition at line 63 of file struct_dcmp.h.

Referenced by SCIPdecompstoreAdd(), SCIPdecompstoreGetNDecomps(), SCIPexitSolveDecompstore(), and SCIPtransformDecompstore().

◆ norigdecomps

int SCIP_DecompStore::norigdecomps

number of decompositions in original space

Definition at line 64 of file struct_dcmp.h.

Referenced by SCIPdecompstoreAdd(), SCIPdecompstoreGetNOrigDecomps(), and SCIPtransformDecompstore().

◆ decompssize

int SCIP_DecompStore::decompssize

size of the decomposition arrays

Definition at line 65 of file struct_dcmp.h.

Referenced by SCIPdecompstoreAdd().