Drawing 2023-10-30 22.24.02 Green orderfinishedGreen orderfinishedOne Order by itself (3 x 25-inch on 77-inch)Two orders from a single cutting pattern(2 x 20-inch and 2 x 18-inch on 77-inch)Two orders on two cutting patterns(1 x 25-inch and 1 x 51-inch, then 3 x 25-inch on 77-inch)Three orders from two cutting patterns(2 x 25-inch and 1 x 26-inch, then 2 x 25-inch and 2 x 13-inch on 77-inch)x = [0, 1, 0, 0] --> use second patterny = [0, 0, 0, 0, 0, 1] --> biggest stock size is useda = [0, 0, 0, 0] [0, 0, 1, 0] --> order 2 is appearing in element 3u = [2, 2, 2, 2] [3, 2, 3, 2] ....the rightelement dominatesthe left one whenthe cost of changingto the smallerrole size is lower thanthe cost produced bythe trim on the left.Generated by calculating thenumber of times an order size canbe cut from the stock size.+ lineal feet, cost of paper, corrugator time, slitter changesGenerated by considering allcombinations of two orders.Generated by considering allcombinations of three orders.For types 2, 3 and 4 we also look for normal dominance.But we also consider dominance towards type 1. When it is cheaper to use multiple type 1 elements instead of one of thetype 2, 3 or 4 elements then that dominates.Patterns 3 and 4 do not split the ordersas they run sequentially (using the one pattern change).This only works when both orders finishin the 10% quantity rangetolerance.