Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Partialdec_Detection_Data Struct Reference

Detailed Description

interface data structure for the detector calling methods

Definition at line 672 of file class_detprobdata.h.

interface data structure for the detector calling methods More...

#include <class_detprobdata.h>

Data Fields

gcg::DETPROBDATAdetprobdata
 
gcg::PARTIALDECOMPworkonpartialdec
 
gcg::PARTIALDECOMP ** newpartialdecs
 
int nnewpartialdecs
 
double detectiontime
 

Field Documentation

◆ detprobdata

gcg::DETPROBDATA* Partialdec_Detection_Data::detprobdata

current detprobdata to consider

Definition at line 674 of file class_detprobdata.h.

Referenced by createPartialdecDetectionData(), detection(), and detectIsomorph().

◆ workonpartialdec

gcg::PARTIALDECOMP* Partialdec_Detection_Data::workonpartialdec

partialdec (aka partial decomposition) to be propagted in next detector call

Definition at line 675 of file class_detprobdata.h.

Referenced by createPartialdecDetectionData(), deletePartialdecDetectionData(), detection(), and detectIsomorph().

◆ newpartialdecs

gcg::PARTIALDECOMP** Partialdec_Detection_Data::newpartialdecs

array of new partialdecs to filled by the detetcor methods

Definition at line 676 of file class_detprobdata.h.

Referenced by blocking(), deletePartialdecDetectionData(), detect(), detection(), and detectIsomorph().

◆ nnewpartialdecs

int Partialdec_Detection_Data::nnewpartialdecs

number of new neeed, set by the detector methods

Definition at line 677 of file class_detprobdata.h.

Referenced by blocking(), createPartialdecDetectionData(), deletePartialdecDetectionData(), detect(), detection(), and detectIsomorph().

◆ detectiontime

double Partialdec_Detection_Data::detectiontime

time spent on detection

Definition at line 678 of file class_detprobdata.h.

Referenced by detect(), detection(), and detectIsomorph().