I have a question about the formulation of a LP involving fulfilling orders of a vending machine.
We have a vending machine which dispenses medicine to its patients. We assume that we have a list of data showing us what each patient is demanding. Each patient will demand multiple medicines, thus the assumption is that if we cannot fulfill their entire order then they will leave and never come back (they buy nothing). Given that we are trying to maximize the number of orders fully fulfilled under a certain # of items in the vending machine (constraint) how can we model this LP? In the data we know for each patient what different items they are demand (ex. customer 1 demands SKU 1, 3, 6 and customer 2 demands SKU 1, 8, 9).