Scippy

GCG

Branch-and-Price & Column Generation for Everyone

rowgraph_weighted.h File Reference

Detailed Description

A row graph where each row is a node and rows are adjacent if they share a variable. The edges are weighted according to specified similarity measure.

Author
Igor Pesic

Definition in file rowgraph_weighted.h.

#include "graph.h"
#include "rowgraph.h"

Go to the source code of this file.

Data Structures

class  gcg::RowGraphWeighted< T >
 

Namespaces

 gcg
 

Typedefs

typedef enum DistanceMeasure gcg::DISTANCE_MEASURE
 
typedef enum WeightType gcg::WEIGHT_TYPE
 

Enumerations

enum  gcg::DistanceMeasure {
  gcg::JOHNSON = 1,
  gcg::INTERSECTION = 2,
  gcg::JACCARD = 5,
  gcg::COSINE = 6,
  gcg::SIMPSON = 9
}
 
enum  gcg::WeightType {
  gcg::SIM = 0,
  gcg::DIST = 1
}