-
Before we dig deeply into the base types, let's define what a node is.
`networkx` lets a node be any hashable object. Each node must be unique within a graph. Let's call this **Hashable**.
`graphb…
-
I am trying to extract the induced subgraph of a set of vertices from a graph. In matrix terms, these vertices can be captured as a set of indexes and the extraction operation would be selecting these…
-
Base outline/format on GraphBLAS spec.
-
Seems #8 was a non-issue but the triangle count algorithms still return different results.
Using az `INT64` **pattern** matrix fixes the inconsistency:
```diff
- "M = Matrix.from_random(BOOL…
-
Hi!
I was working with pygraphblas and wanted to use the pattern() method, that is implemented in case of matrices to set every present value in my vector to True, however I do not see this in case…
-
While testing #44 with LDBC Graphalytics, I discovered a problem in the LDBC glue code (implemented by @hegyibalint and myself). The cause of problem was that `GrB_Vector_extractTuples` uses `nvals` a…
-
**Summary:**
The JSON output for BFS is producing a json with the **load-time** key twice.
This isn't an issue for most json parsers (like python's json module) but for parsing in Java, its a strict…
-
I would like to know it one can compare the structure of Gunrock and nvGraph or not? Both implement shortest path for [example](https://docs.nvidia.com/cuda/nvgraph/index.html#nvgraph-sssp-example). O…
-
```python-traceback
In [1]: import grblas
In [2]: grblas.init()
In [3]: x = grblas.Vector.new_from_type(grblas.dtypes.INT64)
In [4]: x.reduce(grblas.binary.plus).new()
---------------------…
-
Steps to reproduce: start the notebooks with `./notebook.sh`, opened two demos and click "Restart kernel and re-run the whole notebook".
#### `Introduction-to-GraphBLAS-with-Python` fails with the …