-
Please support nesting and directed hyperedges. They significantly enhance the power and usefulness of hypergraph. A unified and uniform definition for them is proposed in [https://arxiv.org/abs/2405.…
-
```
Pull in the pydot code into python-graph and fix it for faster loading.
Note: This will remove the external dependency, and likely remove our need
for install-dot.
```
Original issue reported on…
-
after changing **CMakeLists.txt** to point to directly to **/usr/include/tbb**, cmake is successful but hits an error in the tbb library (package version 2021.5.0-7ubuntu2)
```
In file included fr…
-
```
Pull in the pydot code into python-graph and fix it for faster loading.
Note: This will remove the external dependency, and likely remove our need
for install-dot.
```
Original issue reported on…
-
```
Pull in the pydot code into python-graph and fix it for faster loading.
Note: This will remove the external dependency, and likely remove our need
for install-dot.
```
Original issue reported on…
-
Hi,
Is there a roadmap for monocular SLAM (with a normal camera, not Kinect) ?
Or is it relatively easy to use ScaViSLAM for a monocular SLAM scenario, with minimal code changes?
If so, what parts …
-
I noticed that when converting an _**undirected**_ and unweighted graph from NetworkX, each self loop is represented by 1 (and not 2) on the diagonal. Example:
```
g = nx.Graph([(0,1), (1,1)])
gb…
-
I believe defining hugr subgraphs in generality requires a way to uniquely identify Hugr edges. In [`SimpleReplacement`](https://github.com/CQCL/hugr/blob/07b2f58099d18d4e125f1a134a81418c014b511a/hugr…
-
## Issue: Implement Tree-Structured Conversations in Lionagi
### Background and Motivation
In `lionagi`, managing conversation branching efficiently is crucial for handling complex interactions.…
-
Similar to #266, the `__getitem__` method is not implemented consistently across different complex types:
- For simplicial complexes, `SC[simplex]` returns the user-defined attributes associated wi…