Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 853 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 853 Bytes

HIF for NetworkX

The Hypergraph Interchange Format implementation makes NetworkX compatible with several higher-order graph networks using an equivalence with graphs as explained in nLab:

Python Projects participating in HIF standarization:

Formal interchange with NetworkX

As seen in the nLab entry, one can go back and forth between 2-colored graph and hypergraph representations. This allows libraries to delegate low-level operations to NetworkX, focusing on higher-order algorithms over a robust Python library.