-
# Hypergraph Attributes and Features
A hypergraph has the following attributes:
## Numerical Representations
These attributes define the structure of the hypergraph:
- [x] **Adjacency Tensor**
- [x]…
-
I'm planning to use serde to be able to serialize and deserialize the graph. I need it for the project I'm working on.
Would you be ok with that @yamafaktory?
-
### Overview
Build an heterogeneous graph, similar to the one made with runs / sOTUs, but with sOTUs and [STAT].
STAT: Could be either top STAT hit or all STAT hits above some threshold, as one sa…
-
Is there anything missing from the code shown on the website?
```
import os
import kahypar as kahypar
num_nodes = 7
num_nets = 4
hyperedge_indices = [0,2,6,9,12]
hyperedges = [0,2,0,1,3,4,3…
-
As for Graph, the library should contains also an Hypergraph class.
For more details on hypergraph follow this link https://en.wikipedia.org/wiki/Hypergraph
-
This issue is for brainstorming what would be involved in generalizing SPRAS to support hypergraphs and hypergraph algorithms. One possible goal could be showing how converting hypergraphs to graphs a…
-
**Describe the bug**
When submitting a PR, the github actions return an unrelated error. See [here](https://github.com/rotshira/HyperNetX/actions/runs/10178283715/job/28151598810):
**To Reprod…
-
### Describe the bug
The macro placer runs for 14h before seg faulting on BoomFrontend, which is a sub-module of BoomTile. Note that the segfault isn't seen in the full BoomTile run, which runs for a…
-
Is there any intention to support hypergraphs? The main deadlock to integrate hypergraphs in `Graphs` is the assumption that edges point to 2 vertices. Currently is weird to implement a "undirected" `…
-
Please add support for nested hypergraph for which a hyperedge can contain nested hyperedges, thus supporting multi-level hyperedge-based modeling. Thanks.