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
Multicomputation
Tech Notes
MultiwaySystem in depth
Symbols
FromLinkedHypergraph
Multi
MultiwaySystem
ToLinkedHypergraph
Wolfram`Multicomputation`
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
s
t
r
i
n
g
]
e
n
c
o
d
e
a
s
t
r
i
n
g
a
s
a
h
y
p
e
r
g
r
a
p
h
w
i
t
h
e
x
p
l
i
c
i
t
l
y
l
i
n
k
a
n
d
c
h
a
r
a
c
t
e
r
p
a
y
l
o
a
d
v
e
r
t
i
c
e
s
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
t
r
e
e
]
e
n
c
o
d
e
a
t
r
e
e
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
g
r
a
p
h
]
e
n
c
o
d
e
a
g
r
a
p
h
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
h
y
p
e
r
g
r
a
p
h
]
e
n
c
o
d
e
a
c
a
n
o
n
i
c
a
l
h
y
p
e
r
g
r
a
p
h
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
e
x
p
r
e
s
s
i
o
n
]
e
n
c
o
d
e
a
n
a
r
b
i
t
r
a
r
y
e
x
p
r
e
s
s
i
o
n
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
r
u
l
e
]
e
n
c
o
d
e
a
r
u
l
e
a
s
a
l
i
n
k
e
d
h
y
p
e
r
g
r
a
p
h
r
e
w
r
i
t
i
n
g
r
u
l
e
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
"
A
B
C
"
]
O
u
t
[
1
]
=
{
{
1
,
A
,
2
}
,
{
2
,
B
,
3
}
,
{
3
,
C
,
0
}
}
I
n
[
2
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
O
u
t
[
2
]
=
{
{
1
,
a
,
2
,
3
}
,
{
2
,
b
}
,
{
3
,
c
,
4
,
5
}
,
{
4
,
d
}
,
{
5
,
e
}
}
I
n
[
3
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
O
u
t
[
3
]
=
{
{
1
,
a
,
2
}
,
{
2
,
b
,
3
,
1
}
,
{
3
,
c
}
}
I
n
[
4
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
{
{
a
}
,
{
a
,
b
}
,
{
b
,
c
,
a
}
}
]
O
u
t
[
4
]
=
{
{
4
,
N
o
n
e
,
3
}
,
{
5
,
N
o
n
e
,
3
,
1
}
,
{
6
,
N
o
n
e
,
1
,
2
,
3
}
}
I
n
[
5
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
f
[
a
,
g
[
b
,
c
]
]
]
O
u
t
[
5
]
=
{
{
1
,
f
,
2
,
3
}
,
{
2
,
a
}
,
{
3
,
g
,
4
,
5
}
,
{
4
,
b
}
,
{
5
,
c
}
}
I
n
[
6
]
:
=
T
o
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
f
[
a
,
g
[
b
,
c
]
]
h
[
d
]
]
O
u
t
[
6
]
=
{
{
1
,
f
,
2
,
3
}
,
{
2
,
a
}
,
{
3
,
g
,
4
,
5
}
,
{
4
,
b
}
,
{
5
,
c
}
}
{
{
1
,
h
,
2
}
,
{
2
,
d
}
}
S
e
e
A
l
s
o
"
"