Hello!
I have a model where products are created from different sources, and go through several different processes before getting sent to a sink.
I have 20 sources and 39 sinks. The sinks require specific types of products by specific due dates, but the products themselves don't have an assigned "due date". How do I calculate how many orders are fulfilled on time / tardiness metric for each sink? How do I optimize how products are going through the system and to which sinks they are sent in order to minimize this metric?
Thank you!