Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Multicomputation

Tech Notes

  • MultiwaySystem in depth

Symbols

  • FromLinkedHypergraph
  • Multi
  • MultiwaySystem
  • ToLinkedHypergraph
Wolfram`Multicomputation`
FromLinkedHypergraph
​
FromLinkedHypergraph[hypergraph,type]
decode a linked
hypergraph
as a given
type
​
​
FromLinkedHypergraph[hypergraph]
decode a linked
hypergraph
as a
Graph
​
Examples  
(1)
Basic Examples  
(1)
In[1]:=
FromLinkedHypergraph
[{{1,"A",2},{2,"B",3},{3,"C",0}},"String"]
Out[1]=
ABC
In[2]:=
FromLinkedHypergraph
[{{1,a,2,3},{2,b},{3,c,4,5},{4,d},{5,e}},"Tree"]
Out[2]=
In[3]:=
FromLinkedHypergraph
[{{1,a,2},{2,b,3,1},{3,c}}]
Out[3]=
In[4]:=
FromLinkedHypergraph
[{{1,f,2,3},{2,a},{3,g,4,5},{4,b},{5,c}},"Expression"]
Out[4]=
f[a,g[b,c]]
SeeAlso
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com