There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Algorithm for appoximating the longest path in the given graph. It implements the greedy algorithm developed by L.L.Pongrácz. It is also tweaked to run in parallel.