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
Tech Notes
Hypergraph Rewriting
Symbols
AdjacencyHypergraph
AdjacencyTensor
CanonicalHypergraph
CanonicalHypergraphRule
ConnectedHypergraphQ
CyclicEdge
EdgeListTagged
EdgeMultiplicity
EdgeSymmetry
EnumerateHypergraphRules
EnumerateHypergraphs
EnumerateOrderedHypergraphs
EnumerateWolframModelRules
HighlightRule
HyperedgeList
Hyperedge
Hyperedges
HyperedgesQ
Hypergraph3D
HypergraphArityReduce
HypergraphDraw
HypergraphEmbedding
HypergraphHadamardProduct
HypergraphIncidenceMatrix
HypergraphIncidence
HypergraphInsertionBracketDegree
HypergraphInsertionBracket
HypergraphInsertion
HypergraphLargeQ
Hypergraph
HypergraphQ
HypergraphRuleDraw
HypergraphRule
HypergraphRuleQ
HypergraphToGraph
HypergraphTransitionMatrix
HypergraphUnion
HypermatrixGraph
Hypermatrix
HypermatrixQ
IncidenceHypergraph
IsomorphicHypergraphQ
KoszulSign
LinkedHypergraph
OrderedHypergraphToGraph
RandomAllHypergraph
RandomConnectedHypergraph
RandomHypergraph
RandomHypergraphRule
SetHypergraphSummaryThresholds
SimpleHypergraph
SimpleHypergraphPlot3D
SimpleHypergraphPlot
SimpleHypergraphQ
ToLabeledEdges
ToLabeledPatternEdges
ToOrderedHypergraph
ToPatternRules
WolframInstitute`Hypergraph`
T
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
T
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
[
h
g
]
g
i
v
e
s
a
h
y
p
e
r
g
r
a
p
h
w
i
t
h
"
O
r
d
e
r
e
d
"
e
d
g
e
s
y
m
m
e
t
r
y
,
o
b
t
a
i
n
e
d
b
y
e
x
p
a
n
d
i
n
g
e
v
e
r
y
h
y
p
e
r
e
d
g
e
o
f
h
g
o
v
e
r
i
t
s
f
u
l
l
e
d
g
e
s
y
m
m
e
t
r
y
g
r
o
u
p
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
▪
Each hyperedge of
hg
is replaced by one copy per element of its
E
d
g
e
S
y
m
m
e
t
r
y
group, with the vertices permuted accordingly; the result's
"
E
d
g
e
S
y
m
m
e
t
r
y
"
is
"
O
r
d
e
r
e
d
"
throughout, so no further symmetrization applies to it.
▪
A hyperedge already given with
"
O
r
d
e
r
e
d
"
symmetry contributes only its single, unpermuted copy.
▪
A tag on a hyperedge is copied onto every one of its expanded copies.
▪
Vertex and edge annotations (styles, labels, and other options of
hg
) are preserved.
▪
T
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
requires an actual
H
y
p
e
r
g
r
a
p
h
object; it does not accept a raw edge-spec list.
Examples
(
8
)
Basic Examples
(
2
)
Expand the default
"
U
n
o
r
d
e
r
e
d
"
symmetry of a pair into both of its orderings:
I
n
[
1
]
:
=
E
d
g
e
L
i
s
t
T
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
2
}
}
]
O
u
t
[
1
]
=
{
{
1
,
2
}
,
{
2
,
1
}
}
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
_
The result's
"
E
d
g
e
S
y
m
m
e
t
r
y
"
option is
"
O
r
d
e
r
e
d
"
for every edge:
I
n
[
1
]
:
=
U
n
i
o
n
L
o
o
k
u
p
O
p
t
i
o
n
s
T
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
2
}
}
]
,
"
E
d
g
e
S
y
m
m
e
t
r
y
"
A
l
l
,
2
O
u
t
[
1
]
=
{
O
r
d
e
r
e
d
}
S
c
o
p
e
(
4
)
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
2
)
S
e
e
A
l
s
o
O
r
d
e
r
e
d
H
y
p
e
r
g
r
a
p
h
T
o
G
r
a
p
h
▪
E
d
g
e
S
y
m
m
e
t
r
y
▪
C
a
n
o
n
i
c
a
l
H
y
p
e
r
g
r
a
p
h
▪
H
y
p
e
r
g
r
a
p
h
T
o
G
r
a
p
h
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
H
y
p
e
r
g
r
a
p
h
F
u
n
c
t
i
o
n
a
l
i
t
y
"
"