I thought I remembered someone here was working on a library to create and analyse #hypergraphs (potentially in #rust but I'm not sure).

Does anyone know who that might be? I wanted to check the library but I haven't been able to find it (or if I have, I did not recognize it).

Basically, anyone working on a hypergraph library, please ping me 😉

#complexNetworks #networkAnalysis #graphAnalysis #graphTheory #networkTheory #hypergraph

@tfardet

@davy is working on one in Rust 😉

https://github.com/yamafaktory/hypergraph

GitHub - yamafaktory/hypergraph: Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices.

Hypergraph is data structure library to create a directed hypergraph in which a hyperedge can join any number of vertices. - yamafaktory/hypergraph

GitHub
@janriemer @tfardet I haven't touched it in while. Currently working on another one in #Zig https://github.com/yamafaktory/hyperzig :)
GitHub - yamafaktory/hyperzig: HyperZig - A Hypergraph Implementation in Zig

HyperZig - A Hypergraph Implementation in Zig. Contribute to yamafaktory/hyperzig development by creating an account on GitHub.

GitHub
@davy @janriemer good to know, thanks you both!