|
|
|
|
|
by nwallin
2164 days ago
|
|
I think I'm misreading the article. If I'm reading it right, the author is on the right track but didn't make it all the way to the station. The right way to do this is to make this a bipartite maximally connected directed graph. Then calculate the strongly connected components of the graph. Then remove all the edges that bridge different strongly connected components. All of this is linear in terms of the number of edges. |
|
However, I'm intrigued. Are you saying that the strongly connected components are the tuples and if they have edges to other components, they correspond to possible eliminations?