-
__Problem__: In Pythonic style, I would expect that given graphs `g` and `h`, `g == h` would return `True` if each graph held the same set of triples. However, [`Graph.__eq__`](https://github.com/RDFL…
-
Hi, I just wanted to suggest switching to an in-place `std::stable_sort` implementation - one candidate for this being [WikiSort](https://github.com/BonzaiThePenguin/WikiSort).
These are relatively…
-
### What is the expected enhancement?
Right now we have a divide between what's available in rustworkx and rustworkx-core. The rustworkx python API has far more functionality than rustworkx-core. …
-
I understand that the intention of `ToGraph`, like `Foldable`, is that some of the methods can be overridden to provide better performance.
But in practice it seems like the only ones that actually…
-
It looks like inference is not working for non-tree structures.
For example consider the following simple factor graph with nodes x1, x2, x3 and factors fa, fb, fc.
```python
from fglib import grap…
-
Adds an algorithm for computing the diameter of directed graphs as described in [https://doi.org/10.1007/978-3-319-20086-6_5](https://doi.org/10.1007/978-3-319-20086-6_5)
Component: **graph theory*…
-
I'm under the impression that QuickQanava currently does not do any automatic graph layout, is that correct? Or did I overlook something?
I've found that there are some Javascript libraries around …
-
when I create a graph with 3 vertexs and 3 edges,such as the vertexs A,B,C,and the edges (A,B)(B,C)(C,A),then when I use the findOne or findAll function to find two independent trees rooted at A,the…
-
# Eurovis 2018
http://eurovis2018.org/
> 4-8 June 2019 - Brno, Czech Republic
>
> EuroVis 2018, hosted by the Masaryk University in Brno, Czech Republic, is the 20th anniversary of annual visu…
-
# Summary
This RFC explores the potential of adding additional functionality to XYFlow to allow for more complex graphs while still remaining performant for smaller graphs and the general case.
# Mo…