ppt xiaodong

16
Hypergraph In mathematics, a hypergraph is a generalization of a graph in which an edge can join any number of vertices. Formally, a hypergraph H is a pair H=(X,E) H = (X,E) where X is a set of elements called nodes or vertices, and E is a set of non-empty subsets of X called hyperedges or edges. Therefore, E is a subset of P(X) ,where P (X) is the power set of X.

Upload: xiang-zhang

Post on 20-Mar-2017

35 views

Category:

Engineering


0 download

TRANSCRIPT

Page 1: Ppt xiaodong

Hypergraph

In mathematics, a hypergraph is a generalization of a graph in which an edge can join any number

of vertices. Formally, a hypergraph H is a pair H=(X,E) H = (X,E) where X is a set of elements called nodes or vertices, and E is a set of non-

empty subsets of X called hyperedges or edges. Therefore, E is a subset of P(X) ,where P (X) is

the power set of X.

Page 2: Ppt xiaodong

Hypergraph Definitions

Page 3: Ppt xiaodong

Hypergraph Definitions

While graph edges are pairs of nodes, hyperedges are arbitrary sets of nodes, and can therefore contain an

arbitrary number of nodes. However, it is often desirable to study hypergraphs where all hyperedges have the same cardinality; a k-uniform hypergraph is a hypergraph such that all its hyperedges have size k. (In other words, one such hypergraph is a collection of sets, each such set a

hyperedge connecting k nodes.) So a 2-uniform hypergraph is a graph, a 3-uniform hypergraph is a

collection of unordered triples, and so on.

Page 4: Ppt xiaodong

Hypergraph Variances

• A simple hypergraph is that all edges are distinct. A simple hypergraph is a Hypergraph H=(V;E) such that :if i=j. A simple hypergraph has no repeated hypergraph.

• Hypergraph types: Directed Hypergraph, Undirected Hypergraph

Page 5: Ppt xiaodong

Undirected Hypergraph

• Let H=(V;E) be a hypergraph• V={v1,v2,….vn} and E={e1,e2,…,em}• With • Then H has an incidence matrix A=() where =1

if vi otherwise =0

Page 6: Ppt xiaodong

Directed Hypergraph

Page 7: Ppt xiaodong

Directed Hypergraph

Page 8: Ppt xiaodong

Directed Hypergraph

Page 9: Ppt xiaodong

Directed Hypergraph

Page 10: Ppt xiaodong

Directed Hypergraph

Page 11: Ppt xiaodong

Directed Hypergraph

Page 12: Ppt xiaodong

Directed Hypergraph

Page 13: Ppt xiaodong

Directed Hypergraph

Page 14: Ppt xiaodong

Directed Hypergraph

• Hypergraph Property : Helly property; Conformality property

Page 15: Ppt xiaodong

Directed Hypergraph

Page 16: Ppt xiaodong

Directed Hypergraph