limitation of forming subset in netlogo
问题 Dear Netlogo community, Last week I posted the question on the same forum about forming subset from a set in netlogo. Here is the link. How to form subset form a set of numbers in Netlogo The problem with the above thread is that it wont give the subsets if the set contains more than 21 elements. It throws java heap space out of memory exception. I believe this is because the above thread stored all subsets in one list and eventually list of list reached to its maximum range and throws java