in reply to Re: finding tuples
in thread finding tuples

That's not helpful, I already wrote that I tried bruteforcing and that takes too long for the larger sets.

Replies are listed 'Best First'.
Re^3: finding tuples
by Anonymous Monk on Jun 24, 2009 at 14:19 UTC
    its not exactly a bruteforce, but it can't have a straight answer either. any algorithm that solve this kind of problem will use heuristics, you can't do better than this. here is my try, didn't tried my algorithm against the others, don't know which is faster, anyway