-
Hi,
Thank you for this awesome project!
I tried to plot some hypergraphs that do not have an edge with size 2/order 1.
Here is a minimal example:
```python
H = Hypergraph([(1, 3,5), (1, 4,6),…
-
Because `cleanup()` uses HyperGraph specific methods and functions:
`XGIError: Cannot remove_edges_from to SimplicialComplex, use remove_simplices_from instead`
-
Both when providing a hMetis file or directly using the C interface it is easy to mess up the input hypergraph in some way (e.g., starting the indices in the hMetis file at 0, forgetting the sentinel …
-
Hi all,
I meet a bug if my node index is not continuous, for example I change the 5 in tutorial to 100:
```python
import os
import kahypar as kahypar
num_nodes = 7
num_nets = 4
hyperedge_…
-
Given a model for random walkers on hypergraphs, one can define the **Kayz-centrality** of a node as the average fraction of walkers sitting on this node at equilibirum.
The simplest random walker …
-
I have an hypergraph (adaptec1 benchmark, a VLSI circuit, ~200k nodes/edges) that seems to get stuck at the coarsening phase (left it to compute overnight once).
[adaptec1.hgr.gz](https://github.co…
-
When I used `algorithms.hypergraph_modularity.precompute_attributes` , I realized that this function resets hyperedges weights to the unit weight. I seems that the problem comes from the first line `…
-
Running `./test/regression par` in Ubuntu 22.04 with gcc version 11.2.0 causes the following tests to fail. Meanwhile, they pass on Ubuntu 20 with gcc version 9.4.0 and on Centos 7 with gcc version 4.…
-
The example of cNodeTransformer at https://www.scala-graph.org/guides/dot.html fails to compile. The relevant line reads:
```scala
g.toDot(root, edgeTransformer, Some(nodeTransformer))
```
It …
-
I'm sorry if I'm missing something obvious, but in the code, I can't find the implementation of the Subgraph Matching Layer (with the cosine similarity between hyperedge representations) as described …