Scippy

GCG

Branch-and-Price & Column Generation for Everyone

clscons_gamssymbol.h File Reference

Detailed Description

Constraints which have the same symbol are put into same class.

Author
Stefanie Koß

Definition in file clscons_gamssymbol.h.

#include "scip/scip.h"
#include "type_consclassifier.h"

Go to the source code of this file.

Functions

SCIP_RETCODE DECconsClassifierGamssymbolAddEntry (DEC_CONSCLASSIFIER *classifier, SCIP_CONS *cons, int symbolIdx)
 
SCIP_RETCODE SCIPincludeConsClassifierGamssymbol (SCIP *scip)
 

Function Documentation

◆ DECconsClassifierGamssymbolAddEntry()

SCIP_RETCODE DECconsClassifierGamssymbolAddEntry ( DEC_CONSCLASSIFIER classifier,
SCIP_CONS *  cons,
int  symbolIdx 
)

adds an entry to clsdata->constosymbol

Definition at line 197 of file clscons_gamssymbol.cpp.

References DEC_ClassifierData::constosymbol, and DECconsClassifierGetData().

◆ SCIPincludeConsClassifierGamssymbol()

SCIP_RETCODE SCIPincludeConsClassifierGamssymbol ( SCIP *  scip)

creates the gamssymbol classifier and includes it in SCIP

creates the handler for gamssymbol classifier and includes it in SCIP

Definition at line 214 of file clscons_gamssymbol.cpp.

References classifierFree, DEC_ClassifierData::constosymbol, DEC_CLASSIFIERNAME, DEC_DESC, DEC_ENABLED, DEC_PRIORITY, and DECincludeConsClassifier().

Referenced by SCIPincludeGcgPlugins().