Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

class storing partialdecs and the problem matrix

Note
formerly called "Seeedpool"
Author
Michael Bastubbe
Julius Hense
Hanna Franzen

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

Definition at line 81 of file class_detprobdata.h.

Enumeration Type Documentation

◆ SCIP_Constype_orig

constraint type

Enumerator
SCIP_CONSTYPE_EMPTY 
SCIP_CONSTYPE_FREE 
SCIP_CONSTYPE_SINGLETON 
SCIP_CONSTYPE_AGGREGATION 
SCIP_CONSTYPE_VARBOUND 
SCIP_CONSTYPE_SETPARTITION 
SCIP_CONSTYPE_SETPACKING 
SCIP_CONSTYPE_SETCOVERING 
SCIP_CONSTYPE_CARDINALITY 
SCIP_CONSTYPE_INVKNAPSACK 
SCIP_CONSTYPE_EQKNAPSACK 
SCIP_CONSTYPE_BINPACKING 
SCIP_CONSTYPE_KNAPSACK 
SCIP_CONSTYPE_INTKNAPSACK 
SCIP_CONSTYPE_MIXEDBINARY 
SCIP_CONSTYPE_GENERAL 

Definition at line 62 of file class_detprobdata.h.