I am trying to model picking from rack in a warehouse. The picker has an assigned path and would pick a pre-defined number of items (X) along picker's path. What would be a good way to model this? Do I model pick locations with network nodes and maintain an ordered list of these nodes for the picker to stop at? Are their easier ways to model this?