-
The edge types in Graphs.jl are directed but used for undirected graphs too, in sometimes incoherent ways. Should there be an undirected edge acting like a set? And if so, should the syntax change, eg…
-
Given it is incredibly hard to find a good library for the analysis and visualization of hypergraphs, it would be amazing if igraph also provided support for this data structure.
Hypergraphs are a…
-
For my algorithm I need one fixed node per partition block. Some simple test runs have given surprising results that appear to be a bug to me, but could also be a misunderstanding.
Example:
I have…
trvto updated
4 months ago
-
Currently, we have a way of seeing all attributes:
```python3
H.nodes.attrs[0]
# -> {"name": "Leo", "color": "green"}
```
What I'd love to have is a way of seeing all stats too:
```python3
H.…
-
This is a rolling issue of pros and cons of modelling decisions especially regarding how to model relationships (see [docs](https://linkml.io/linkml/faq/modeling.html#how-do-i-represent-relationships…
-
Hi, I hope you are doing well.
I recently read your paper on code reviewer recommendations using hypergraphs and was highly impressed by your work. I have been attempting to replicate the MIRRec us…
-
I noticed in this issue https://github.com/microsoft/GraphEngine/issues/245 that GraphEngine is able to support HyperGraph structures. I can't find the documentation on these features. This [SO Post…
-
There has been some discussions about how RDF-star can help with ordered multiple values in RDF. Example:
```turtle
dct:creator {| ex:order 1 |};
dct:creator {| ex:order 2 |}.
```
I wo…
-
We want to be able to supply our own persistent identifiers.
Can you devise a method to do this. For example, maybe using a json file that contains the PID value, filename and type of the identifier?
-
This feature is deferred to the next backend push, as it complicates the data model, and to an extent also the display, relative to its current simplicity.
Currently, types are extracted in/for rela…