Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Hypergraph
Guides
Hypergraph Functionality
Symbols
AdjacencyHypergraph
AdjacencyTensor
HighlightRule
HypergraphDraw
HypergraphIncidenceMatrix
Hypergraph
HypergraphRule
HyperMatrixGraph
HyperMatrix
IncidenceHypergraph
SimpleHypergraphPlot
WolframInstitute`Hypergraph`
H
y
p
e
r
g
r
a
p
h
H
y
p
e
r
g
r
a
p
h
[
{
e
1
,
e
2
,
…
}
]
y
i
e
l
d
s
a
h
y
p
e
r
g
r
a
p
h
w
i
t
h
h
y
p
e
r
e
d
g
e
s
e
j
.
H
y
p
e
r
g
r
a
p
h
[
{
v
1
,
v
2
,
…
}
,
{
e
1
,
e
2
,
…
}
]
y
i
e
l
d
s
a
g
r
a
p
h
w
i
t
h
v
e
r
t
i
c
e
s
v
i
a
n
d
e
d
g
e
s
e
j
.
Examples
(
5
)
Basic Examples
(
5
)
Make a hypergraph from a list of edges:
I
n
[
1
]
:
=
H
y
p
e
r
g
r
a
p
h
[
{
{
1
}
,
{
1
,
2
}
,
{
3
,
1
}
,
{
1
,
2
,
3
}
}
]
O
u
t
[
1
]
=
Contents cannot be rendered at this time; please try again later
Make a hypergraph from a list of vertices and edges:
I
n
[
1
]
:
=
H
y
p
e
r
g
r
a
p
h
[
{
1
,
2
,
3
,
4
}
,
{
{
1
,
3
}
,
{
3
,
2
,
1
}
}
,
V
e
r
t
e
x
L
a
b
e
l
s
"
N
a
m
e
"
]
O
u
t
[
1
]
=
Contents cannot be rendered at this time; please try again later
Label vertices and edges with style:
I
n
[
1
]
:
=
H
y
p
e
r
g
r
a
p
h
[
{
{
3
,
1
}
"
b
i
n
a
r
y
"
,
{
3
,
2
,
1
}
,
{
1
,
2
,
4
}
"
t
e
r
n
a
r
y
"
}
,
V
e
r
t
e
x
L
a
b
e
l
s
"
N
a
m
e
"
,
V
e
r
t
e
x
L
a
b
e
l
S
t
y
l
e
{
2
3
2
,
_
{
F
o
n
t
S
i
z
e
1
6
,
F
o
n
t
C
o
l
o
r
B
l
u
e
}
}
,
E
d
g
e
L
a
b
e
l
s
{
{
3
,
2
,
1
}
"
E
d
g
e
S
y
m
m
e
t
r
y
"
,
_
"
E
d
g
e
T
a
g
"
}
,
E
d
g
e
L
a
b
e
l
S
t
y
l
e
{
{
3
,
2
,
1
}
D
i
r
e
c
t
i
v
e
[
B
l
u
e
,
I
t
a
l
i
c
]
,
_
D
i
r
e
c
t
i
v
e
[
R
e
d
,
B
o
l
d
]
}
]
O
u
t
[
1
]
=
Contents cannot be rendered at this time; please try again later
Show edge arrows:
I
n
[
1
]
:
=
H
y
p
e
r
g
r
a
p
h
[
{
{
3
,
1
}
,
{
3
,
2
,
1
}
,
{
1
,
2
,
4
}
}
,
"
E
d
g
e
A
r
r
o
w
s
"
T
r
u
e
]
O
u
t
[
1
]
=
Contents cannot be rendered at this time; please try again later
Go 3D:
I
n
[
1
]
:
=
H
y
p
e
r
g
r
a
p
h
3
D
[
{
{
}
,
{
3
,
1
}
,
{
3
}
,
{
3
,
2
,
1
}
,
{
1
,
2
,
4
}
}
]
O
u
t
[
1
]
=
Contents cannot be rendered at this time; please try again later
S
e
e
A
l
s
o
H
y
p
e
r
g
r
a
p
h
D
r
a
w
"
"