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`
F
r
o
m
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
F
r
o
m
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
,
t
y
p
e
]
d
e
c
o
d
e
a
l
i
n
k
e
d
h
y
p
e
r
g
r
a
p
h
a
s
a
g
i
v
e
n
t
y
p
e
F
r
o
m
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
]
d
e
c
o
d
e
a
l
i
n
k
e
d
h
y
p
e
r
g
r
a
p
h
a
s
a
G
r
a
p
h
Examples
(
1
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
F
r
o
m
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
"
A
"
,
2
}
,
{
2
,
"
B
"
,
3
}
,
{
3
,
"
C
"
,
0
}
}
,
"
S
t
r
i
n
g
"
]
O
u
t
[
1
]
=
A
B
C
I
n
[
2
]
:
=
F
r
o
m
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
a
,
2
,
3
}
,
{
2
,
b
}
,
{
3
,
c
,
4
,
5
}
,
{
4
,
d
}
,
{
5
,
e
}
}
,
"
T
r
e
e
"
]
O
u
t
[
2
]
=
I
n
[
3
]
:
=
F
r
o
m
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
a
,
2
}
,
{
2
,
b
,
3
,
1
}
,
{
3
,
c
}
}
]
O
u
t
[
3
]
=
I
n
[
4
]
:
=
F
r
o
m
L
i
n
k
e
d
H
y
p
e
r
g
r
a
p
h
[
{
{
1
,
f
,
2
,
3
}
,
{
2
,
a
}
,
{
3
,
g
,
4
,
5
}
,
{
4
,
b
}
,
{
5
,
c
}
}
,
"
E
x
p
r
e
s
s
i
o
n
"
]
O
u
t
[
4
]
=
f
[
a
,
g
[
b
,
c
]
]
S
e
e
A
l
s
o
"
"