1 Answers
A picking sequence is a protocol for fair item assignment. Suppose m items have to be divided among n agents. One way to allocate the items is to let one agent select a single item, then let another agent select a single item, and so on. A picking-sequence is a sequence of m agent-names, where each name determines what agent is the next to pick an item.
As an example, suppose 4 items have to be divided between Alice and Bob. Some possible picking sequences are:
4 views
Answered