-
I know I'm probably missing something here, but it appears there is currently nosupport in any of the graph APIs to allow edge/vertex removal?
Is this intentional or not implemented yet? My desired u…
-
If the adjacency matrix of a `PropPreservingPartition` is always spatial (or transitively derived from a 1-hop spatial base), then memory and processing efficiency can be improved by storing a symmetr…
-
At the moment I write test for the methods of the graph class and discovered two issues that's not easily solveable for me without to rewrite a lot of stuff. I use the fixed version from #176.
Firs…
-
[Repl](https://repl.it/@thefireskater/TopSort)
When there is a partial ordering, topological sort is likely the way to go.
Create a list of the vertices such that vertices do not appear before t…
-
There are some `// 0`s and `// 1`s after the method declarations.
`// 0` means it's not implemented
`// 1` means it is, but not tested
No comment means it's (theoretically) working as intende…
-
### Problem
`GroupAdjacent` doesn't let you cheaply compare a small key (e.g. single field) to define groups, then use different selectors for the group key and elements.
For example, consider an …
-
Problem Statement: Given an undirected connected graph with V vertices and adjacency list adj. You are required to find all the vertices removing which (and edges through it) disconnect the graph into…
-
I've been compiling same software with different compilers in a few days. **canu** can be installed by gcc@8.3.0 and gcc@5.4.0 but by intel@19.0.4 not , some libraries I changed the way to compile wit…
-
#### Describe the new feature or enhancement
*Please provide a clear and concise description of what you want to add or
change.*
Hi, I would like to add a 2 sample permutation T-test to MNE. I was …
-
Hi, I was running the "quickstart" code on my win10. I used torch = 1.8.0 and python = 3.7 with cuda = 10.2.
The problems happened when I tried training the model in Jupyter:
```
optimizer = torc…