I am trying to find cross-product of 10 sets using Set::CrossProduct, where 2 of the sets contain as many as 160 elements.
When I print the cardinality of the cross-product, it shows 0 elements. I am sure that the syntax / logic of the program is correct, as it works fine with smaller sets.
I just wanted to know whether there is any upper limit on the size of the arrays that Set::CrossProduct can process.