Hi again, On Mon, Oct 13, 2008 at 22:23, Arnar Birgisson <[EMAIL PROTECTED]> wrote: > Although, there is one outrageous possibility: We could pregenerate > all possible combinations of modules. Now, before you call me crazy, > note that even if 14 modules could potentially mean 2^14~=16k > different combinations, the dependency graph puts severe restrictions > on that. So for fun, I decided to see how many there really are. Given > the dependency specs Per used in the above html file, there are > exactly 1952 possible combinations such that all dependencies are > included :D
While I should probably point out that my last message was tongue-in-cheek, there was also a glaring bug in my algorithm. After fixing that and rerunning, the possible combinations are *merely* 817 :) The correct code will appear on my blog in a few minutes. http://www.hvergi.net/ cheers, Arnar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
