I am facing an issue in my research where I need to enumerate all combinations of an underlying set. BUT the set has some special features. Here is an example:
Given a set {A,B,C,D,E, F} where each item in the set consists of two values. Something like:
A = (1,2)
B = (3,4)
C = (5,6)...