maxflow-cuda
maxflow-cuda copied to clipboard
The arguments of main.cu
Hi Pratyush,
Thanks for sharing this implementation. Currently, I am studying push-relabel algorithm, and I would like to try running the code you share. What is the Vertices(V), edges(E), source, and sink would be, if I use the example of edgelist.txt?
Best, Lin
Hi @PratyushVM,
I am also studying this implementation of the push-relabel algorithm, unfortunately I do not understand how to to use the arguments V, E, Source and Sink. Could you elaborate about it?
Regards, Marco