You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.