Permutation of Variables with Inequalities
Assuming I have 3 variables (x, y, and z) and two numbers, -1 and 1, using only the = and < operands how would I best generate all valid permutations?
Assuming I have 3 variables (x, y, and z) and two numbers, -1 and 1, using only the = and < operands how would I best generate all valid permutations?