-
Are Multiple edges with same names are allowed?
![Screenshot_20230220_203905](https://user-images.githubusercontent.com/100110395/220142947-f4a85bf8-f508-44d6-aec9-9e4650b4488c.png)
-
Hello, I want to ask about converting adjacency matrix to incidence matrix to use torch.nn.HypergraphConv.
I am aware that directional attribute is considered when constructing the adjacency matrix f…
-
Hi,
I tested one large hypergraph from vlsi circuit with KaHyPar-K config. It is very slow.
The size is hypernode: 11965399, hyperedge: 4586372, pins: 22904645.
In the 1st pass of ml_coarser,…
-
请问下您的动态 超图是如何构建的,在论文中您只是提了一嘴,希望得到您的回复。
-
我想请问一下,论文里提出了动态超图的构建,但是并没有详细的解说,所以我想问一下:本文中的动态超图是如何构建的,在模型框架图中是哪一部份?因为我是刚开始接触这个,所以还不太理解。希望得到作者的解答,感谢
-
Hi there,
I was reading your blog post which mention the possibility of a decomposition for k-edges which could be applied to (IIUC) hypergraphs of with hyperedges of a fixed order k.
Have you con…
-
Multi-Edges (HyperEdges?) are actually not displayed correctly in the GraphBrowser as they overlap each other in the rendered layout.
With "Multi-Edges" I mean the existence of multiple / parallel …
-
Hello authors of ViHGNN,
When I tried to run the fuzzy c-means to form hypergraphs, I found the hyperedge matrix is suspiciously dense, so I went back to check the actual implementation and found t…
-
With dictionaries, I'm used to being able to write stuff like this:
```julia
d = Dict((i,j) => j^i for i in 1:10, j in ["a","b"])
d[1,"a"] # returns "a"
```
This isn't possible with this package:…
-
Goals:
1. Stop serialising core HUGR structures directly and go via a new Model structure. See #1326.
2. Switch to a binary serialisation format with efficient table-encoding.
Unblocks:
4. Text forma…