Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_DecompStore Struct Reference

    Detailed Description

    data structure to manage decompositions

    Definition at line 68 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 70 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 71 of file struct_dcmp.h.

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

    ◆ ndecomps

    int SCIP_DecompStore::ndecomps

    number of available decompositions

    Definition at line 72 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 73 of file struct_dcmp.h.

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

    ◆ decompssize

    int SCIP_DecompStore::decompssize

    size of the decomposition arrays

    Definition at line 74 of file struct_dcmp.h.

    Referenced by SCIPdecompstoreAdd().