Samuel Resendez
Samuel Resendez
Hey! I wanted to ask if FFTs are in scope for this project? I'd be happy to help try to implement if so, since I've been working on a couple...
### Summary I wanted to propose adding support for max-flow / min-cut algorithms to petgraph (see https://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm, or https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm for details on the algorithm and what it computes) ### Details...
### Summary This might already be supported, but I can't seem to find it on docs.rs: I'd like a way to read in a graph from a dotfile ### Motivation...