Lai,Risheng
2023-11-02 30c02e0c981b16be0918483543f4b812956c45d4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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: '<HTML>When the sliding windows approach is used, the optimizer will iteratively optimize the problem. <br> In the first iteration, it will consider the lotsizes only in the first X periods (=the active window).<br> In all of the following iterations, it will slide this active window forward. <br> The lotsizes in the periods before the active window will be frozen, the lotsizes in the periods after the active window will be relaxed. <br> The optimizer will continue to slide the active window forward until it reaches the end of the horizon. </HTML>'
      ]
    }
    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'
  ]
}