Quintiq file version 2.0 Component PanelSlidingWindowApproach { #keys: '[136682.0.1932704191]' BaseType: 'WebPanel' Children: [ Component CheckboxUseSlidingWindowsApproach { #keys: '[136682.0.1932704192]' BaseType: 'WebCheckbox' Properties: [ CheckboxType: 'toggle' DataBinding: 'DataHolderDialogData.Data.UseSlidingWindowsApproach' Label: 'Use sliding windows approach' Taborder: 0 Tooltip: 'When the sliding windows approach is used, the optimizer will iteratively optimize the problem.
In the first iteration, it will consider the lotsizes only in the first X periods (=the active window).
In all of the following iterations, it will slide this active window forward.
The lotsizes in the periods before the active window will be frozen, the lotsizes in the periods after the active window will be relaxed.
The optimizer will continue to slide the active window forward until it reaches the end of the horizon. ' ] } Component EditFieldNrOfPeriodsInWindow { #keys: '[136682.0.1932704193]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderDialogData.Data.NumberOfPeriodsInWindow' Label: 'Number of periods in window' Mask: 'POSITIVENUMBER' Taborder: 1 Tooltip: 'The number of periods in the active window. This is the number of periods for which the lotsizes will be considered simultaneously.' ] } Component EditFieldNrOfPeriodsPerSlide { #keys: '[136682.0.1932704194]' BaseType: 'WebEditField' Properties: [ DataBinding: 'DataHolderDialogData.Data.NumberOfPeriodsPerSlide' Label: 'Number of periods per slide' Mask: 'POSITIVENUMBER' Taborder: 2 Tooltip: 'Number of periods that the active window moves forward in each slide.' ] } ] Properties: [ FixedSize: true Taborder: 0 Title: 'Sliding windows approach' ] }