Type Classifier (MIPLIB Constraint Type)
This classifier adds constraints to classes according to their type as defined by the MIPLIB and given by SCIP. There are different constraint types supported:
SCIP_CONSTYPE_EMPTYSCIP_CONSTYPE_FREESCIP_CONSTYPE_SINGLETONSCIP_CONSTYPE_AGGREGATIONSCIP_CONSTYPE_{VARBOUND}SCIP_CONSTYPE_SETPARTITIONSCIP_CONSTYPE_SETPACKINGSCIP_CONSTYPE_SETCOVERINGSCIP_CONSTYPE_CARDINALITYSCIP_CONSTYPE_INVKNAPSACKSCIP_CONSTYPE_EQKNAPSACKSCIP_CONSTYPE_BINPACKINGSCIP_CONSTYPE_KNAPSACKSCIP_CONSTYPE_INTKNAPSACKSCIP_CONSTYPE_MIXEDBINARY
Descriptions of the constraint types are given here.
Classification
Dantzig-Wolfe and Benders Decomposition
In both modes, the handling is as follows:
- A new class is generated for each of the aforementioned types.
- By default, the class with name
newConstypeis generated
