Open
Description
In the real world, there are lot of conditions and constraints. To name some few:
- Defined Holidays, defined maintenance etc
- Time taken between two operations (for movement)
- Multiple machines availability for same operation (say 5 drilling machines) - distribute load across machines
- SetUp / SetDown time - some operations need a cleaning process which is dependent on material
- Repeated operations - e.g. A - B - C - B - C - D - E - D. (here B & C operations are required twice)
- Sequence of job orders - especially in paint shop, you cannot have Black followed by White.
These are some of the cases.
Can someone point to documentation where you can model and solve such cases?