35#ifndef SRC_SCIP_DECOMP_H_
36#define SRC_SCIP_DECOMP_H_
48#define SCIP_DECOMPSTORE_CAPA 10
void SCIPexitSolveDecompstore(SCIP *scip)
SCIP_RETCODE SCIPdecompstoreCreate(SCIP_DECOMPSTORE **decompstore, BMS_BLKMEM *blkmem, int nslots)
int SCIPdecompstoreGetNOrigDecomps(SCIP_DECOMPSTORE *decompstore)
void SCIPdecompstoreFree(SCIP_DECOMPSTORE **decompstore, BMS_BLKMEM *blkmem)
SCIP_DECOMP ** SCIPdecompstoreGetDecomps(SCIP_DECOMPSTORE *decompstore)
SCIP_DECOMP ** SCIPdecompstoreGetOrigDecomps(SCIP_DECOMPSTORE *decompstore)
SCIP_RETCODE SCIPtransformDecompstore(SCIP *scip)
SCIP_RETCODE SCIPdecompstoreAdd(SCIP_DECOMPSTORE *decompstore, SCIP_DECOMP *decomp)
int SCIPdecompstoreGetNDecomps(SCIP_DECOMPSTORE *decompstore)
memory allocation routines
struct BMS_BlkMem BMS_BLKMEM
type definitions for constraints and constraint handlers
type definitions for decompositions and the decomposition store
enum SCIP_Retcode SCIP_RETCODE
type definitions for problem variables