Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Partialdecomp_Wrapper Struct Reference

Detailed Description

Wrapper class body to be included in .cpp files only. To pass a wrapper object through C headers include the wrapper forward declaration in cons_decomp.h

The struct can contain a PARTIALDECOMP object.

Definition at line 47 of file wrapper_partialdecomp.h.

#include <wrapper_partialdecomp.h>

Data Fields

gcg::PARTIALDECOMPpartialdec
 

Field Documentation

◆ partialdec

gcg::PARTIALDECOMP* Partialdecomp_Wrapper::partialdec

partialdec pointer

Definition at line 49 of file wrapper_partialdecomp.h.

Referenced by DECgetPartialdecToWrite(), and GCGconshdlrDecompGetPartialdecFromID().