Hello everyone,
I have a requirement for one of our client which involved some constraints in production planning and execution.
Assume that you have 4 items Item A,B,C and D.
The condition is,
- You can manufacture item B after item A. But not immediately after manufacturing item C or D.
- You can manufacture item C after item B. But not immediately after manufacturing item A or D.
- You can manufacture item D after item C. But not immediately after manufacturing item A or B.
This is to avoid cross contamination in the manufacturing process (needs line cleaning). The system should also warn or throw an error if I am not following this rules while scheduling or manufacturing.
I am just trying to understand if any one has gone through similar requirement and how this addressed.