Is it possible to assign <
to a variable, let's say b
?
For example:
b = <
.
Edit:
My plan is the following:
a < b < c < d
.
I want add the "compares" to a permutation. I know that I can add a b c d
to a permutation but I have to change the <
too. Please believe me that this is important for my plan. I have to find all possibilities.