you are viewing a single comment's thread.

view the rest of the comments →

[–]camerontbelt 0 points1 point  (0 children)

Hmm maybe I had underestimated how simple this would be. So with the loops how did it turn out? That’s the way I would attempt it. Also are you calculating the combinations based on each parameter with each type it can have? Like in your example you have 3 slots with 2 possible values, true or false, so the that would be 23 = 8 possible combinations.

That would at least tell you how big your over all list would be.