Scippy

GCG

Branch-and-Price & Column Generation for Everyone

DEC_ClassifierData Struct Reference

Detailed Description

classifier handler data

Definition at line 62 of file clscons_consnamelevenshtein.cpp.

Data Fields

std::map< std::string, std::set< int > > * constodomain
 
std::map< std::string, int > * constosymbol
 
std::map< std::string, std::set< int > > * vartodomain
 
std::map< std::string, int > * vartosymbol
 

Field Documentation

◆ constodomain

std::map<std::string, std::set<int> >* DEC_ClassifierData::constodomain

maps constraint name to the corresponding set of domain indices

Definition at line 64 of file clscons_gamsdomain.cpp.

Referenced by DEC_DECL_CONSCLASSIFY(), DEC_DECL_FREECONSCLASSIFIER(), DECconsClassifierGamsdomainAddEntry(), and SCIPincludeConsClassifierGamsdomain().

◆ constosymbol

std::map<std::string, int>* DEC_ClassifierData::constosymbol

maps constraint name to the corresponding symbol index

Definition at line 64 of file clscons_gamssymbol.cpp.

Referenced by DEC_DECL_CONSCLASSIFY(), DEC_DECL_FREECONSCLASSIFIER(), DECconsClassifierGamssymbolAddEntry(), and SCIPincludeConsClassifierGamssymbol().

◆ vartodomain

std::map<std::string, std::set<int> >* DEC_ClassifierData::vartodomain

maps variable name to the corresponding set of domain indices

Definition at line 65 of file clsvar_gamsdomain.cpp.

Referenced by DEC_DECL_FREEVARCLASSIFIER(), DEC_DECL_VARCLASSIFY(), DECvarClassifierGamsdomainAddEntry(), and SCIPincludeVarClassifierGamsdomain().

◆ vartosymbol

std::map<std::string, int>* DEC_ClassifierData::vartosymbol

maps variable name to the corresponding symbol index

Definition at line 63 of file clsvar_gamssymbol.cpp.

Referenced by DEC_DECL_FREEVARCLASSIFIER(), DEC_DECL_VARCLASSIFY(), DECvarClassifierGamssymbolAddEntry(), and SCIPincludeVarClassifierGamssymbol().