Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Parallel max flow algorithms

cherewaty/maxflow

Repository files navigation

maxflow

Parallel Edmonds-Karp and Dinic's max flow algorithms in C++, with CUDA.

Build

make

Build an executable (maxflow) to run both the sequential and GPU-enabled parallel versions of the algorithms. Requires CUDA.

make -f sequential-only.mk

Build an executable (maxflow-sequential) to run only the sequential versions of the algorithms.

About

Parallel max flow algorithms

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •