Given a permutation on n letters, how many clues do you need to solve it?
For example if the permutation is 31524, the clues come in the form of 5<4, meaning that 5 comes before 4.
So, given a permutation $\sigma$ and a set of clues C: ($\sigma$, C), determine whether C determines $\sigma$.