Classifiers
Detailed Description
This page contains a list of all classifiers which are currently available.
A detailed description what a classifier does can be found here and a guide on how to add a classifier to GCG can be found here.
Files | |
| file | clscons_consnamelevenshtein.cpp |
| classifies constraints according to levenshtein distance graph of their names | |
| file | clscons_consnamenonumbers.cpp |
| classifies constraints according to names (without digits) | |
| file | clscons_gamsdomain.cpp |
| Classifies by domains from which constraints are created TODO: what is together in one class? | |
| file | clscons_gamssymbol.cpp |
| gamssymbol constraint classifier (classifies by corresponding GAMS symbol) | |
| file | clscons_miplibconstypes.cpp |
| classifies constraints according to their miplib constypes | |
| file | clscons_nnonzeros.cpp |
| classifies constraints according to their nonzero entries | |
| file | clscons_scipconstypes.cpp |
| classifies constraints according to their scip constypes | |
| file | clsvar_gamsdomain.cpp |
| Classifies by domains from which variables are created TODO: what is together in one class? | |
| file | clsvar_gamssymbol.cpp |
| variables which have the same symbol are put into same class | |
| file | clsvar_objvalues.cpp |
| classifies variables according to their objective function values | |
| file | clsvar_objvaluesigns.cpp |
| classifies variables according to their objective function value signs | |
| file | clsvar_scipvartypes.cpp |
| classifies variables according to their scip vartypes | |
