Research Article

A New Decision Model for Reducing Trim Loss and Inventory in the Paper Industry

Algorithm 1

While
Begin
   
   
   
   Begin
     (minimize trim loss)
    Subject to    (width of reel constraint)
             (trim loss constraint)
            (reel set constraint)
            (order constraint)
             (capacity constraint)
    If (Solve) then
       
    End
   
   
   
   End
   
End