-
I am trying to use Laplacians package with Julia version- 1.0.4, however I get the following message (error):
"Entropy pool not available to seed RNG; using ad-hoc entropy sources."
I appreciate i…
-
#include
using namespace std;
#define V 6 // Number of vertices in the graph
// ## BFS to find an augmenting path
// Checks if there is a path from source (s) to sink (t) in residual graph
…
-
It looks like the [pymaxflow](https://github.com/pmneila/PyMaxflow) is not compatible with this.
-
The process we call "infeasibility recovery" would ideally be *maximizing* the `mean.controls` parameter (i.e. seeking out the smallest feasible `omit.fraction`, as opposed to just settling for some f…
-
Hello,
This implementation is important to my field of research. Are there any plans to implement GPU support for this PyTorch version of maxflow?
![image](https://github.com/user-attachments/asse…
-
Passing NaNs as weights will cause some functions to crash, see e.g. https://github.com/igraph/rigraph/issues/415
Functions which can't handle NaNs should check the weight vector for NaNs, and repo…
-
Instead of performing both bfs (initialize dist) and dfs (find augmenting path) from source, we can bfs from sink but still dfs from source. Doing so avoids exploring useless nodes that do not take us…
-
Maybe it's not as popular as some of the other graph algorithms, but it gets covered in Skiena's Algorithm Design Manual and is on my syllabus here at UD. So it'd be really great to have some OpenDSA …
-
I am trying to build C3D on Ubuntu 20.04 and I am using latest ITK version for it. But once I configure the build and try to `make -j5` I get following error:
```
stefan@stefan-VirtualBox:~/c3d_te…
-
It was pointed out to me by an IGraph/M user that `igraph_vertex_connectivity` is typically much slower than the equivalent function in Mathematica. There is an opportunity for a significant speedup h…