Forum Discussion
CEdward940
Oct 19, 2023Copper Contributor
Create an array that enumerates different combinations of percentages.
Hello, I would like to create an array that enumerates all of the different ways in which 100% can be split up between 13 different letters. Is there a quick and error-free way to do this that is...
CEdward940
Oct 20, 2023Copper Contributor
Is there an alternative way to do this then?
Even when I increase the increment to 10% to create far fewer possible combinations, I still don't see combos I expect to see (e.g. those combinations that assign 100% to a single letter).
Even when I increase the increment to 10% to create far fewer possible combinations, I still don't see combos I expect to see (e.g. those combinations that assign 100% to a single letter).
Patrick2788
Oct 20, 2023Silver Contributor
You could use Solver. It will give you 1 solution at a time but you can keep running it and it won't run into memory issues.