Scippy

GCG

Branch-and-Price & Column Generation for Everyone

DEC_ConsClassifier Struct Reference

Detailed Description

detector data structure

Definition at line 43 of file struct_consclassifier.h.

#include <struct_consclassifier.h>

Public Member Functions

 DEC_DECL_FREECONSCLASSIFIER ((*freeClassifier))
 
 DEC_DECL_CONSCLASSIFY ((*classify))
 

Data Fields

const char * name
 
const char * description
 
int priority
 
SCIP_Bool enabled
 
DEC_CLASSIFIERDATAclsdata
 

Member Function Documentation

◆ DEC_DECL_FREECONSCLASSIFIER()

DEC_ConsClassifier::DEC_DECL_FREECONSCLASSIFIER ( freeClassifier)

destructor of detector

◆ DEC_DECL_CONSCLASSIFY()

DEC_ConsClassifier::DEC_DECL_CONSCLASSIFY ( classify)

structure detection method of detector

Field Documentation

◆ name

const char* DEC_ConsClassifier::name

◆ description

const char* DEC_ConsClassifier::description

description of the detector

Definition at line 45 of file struct_consclassifier.h.

Referenced by DECincludeConsClassifier().

◆ priority

int DEC_ConsClassifier::priority

classifier priority

Definition at line 46 of file struct_consclassifier.h.

Referenced by DECincludeConsClassifier().

◆ enabled

SCIP_Bool DEC_ConsClassifier::enabled

Definition at line 48 of file struct_consclassifier.h.

Referenced by DECincludeConsClassifier().

◆ clsdata

DEC_CLASSIFIERDATA* DEC_ConsClassifier::clsdata

custom data structure of the classifiers

Definition at line 50 of file struct_consclassifier.h.

Referenced by DECconsClassifierGetData(), and DECincludeConsClassifier().