class_detprobdata.h File Reference
Detailed Description
class storing partialdecs and the problem matrix
- Note
- formerly called "Seeedpool"
Definition in file class_detprobdata.h.
#include <vector>#include <tr1/unordered_map>#include <functional>#include <string>#include <utility>#include "gcg.h"#include "class_partialdecomp.h"#include "class_conspartition.h"#include "class_varpartition.h"Go to the source code of this file.
Data Structures | |
| struct | gcg::pair_hash |
| combine two hash function of objects of a pair to get a vaulue for the pair More... | |
| class | gcg::DETPROBDATA |
| struct | Partialdec_Detection_Data |
| interface data structure for the detector calling methods More... | |
Namespaces | |
| gcg | |
Typedefs | |
| typedef enum SCIP_Constype_orig | SCIP_CONSTYPE_ORIG |
Enumerations | |
| enum | SCIP_Constype_orig { SCIP_CONSTYPE_EMPTY = 0, SCIP_CONSTYPE_FREE = 1, SCIP_CONSTYPE_SINGLETON = 2, SCIP_CONSTYPE_AGGREGATION = 3, SCIP_CONSTYPE_VARBOUND = 4, SCIP_CONSTYPE_SETPARTITION = 5, SCIP_CONSTYPE_SETPACKING = 6, SCIP_CONSTYPE_SETCOVERING = 7, SCIP_CONSTYPE_CARDINALITY = 8, SCIP_CONSTYPE_INVKNAPSACK = 9, SCIP_CONSTYPE_EQKNAPSACK = 10, SCIP_CONSTYPE_BINPACKING = 11, SCIP_CONSTYPE_KNAPSACK = 12, SCIP_CONSTYPE_INTKNAPSACK = 13, SCIP_CONSTYPE_MIXEDBINARY = 14, SCIP_CONSTYPE_GENERAL = 15 } |
Typedef Documentation
◆ SCIP_CONSTYPE_ORIG
| typedef enum SCIP_Constype_orig SCIP_CONSTYPE_ORIG |
Definition at line 81 of file class_detprobdata.h.
Enumeration Type Documentation
◆ SCIP_Constype_orig
| enum SCIP_Constype_orig |
constraint type
Definition at line 62 of file class_detprobdata.h.
