yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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
Quintiq file version 2.0
#parent: #root
TypeDataInterface StrategyLevel
{
  TypeKey: '[108486.1.375773882]'
  ImageDataMember ImgSolverSettingGroupSource
  {
    #keys: '1[122872.0.311919431]'
    Description: 'Shows the source of the solver setting group'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'The solver setting is imported from the Knowledge Table.'
        Image: 'CABINET'
        Quill: 'object.IsInKnowledgeTable()'
        Value: 'FromKT'
      }
      ImageDataMemberImageSpecification
      {
        Description: 'The solver setting group is set based on the latest autotuning run.'
        Image: 'CPU_PREFERENCES'
        Quill: 'object.IsSettingGroupSetByAutoTuner()'
        Value: 'IsFromAutotuning'
      }
      ImageDataMemberImageSpecification
      {
        Description: 'The solver setting group is set by user.'
        Image: 'USER3'
        Quill: 'true;'
        Value: 'User'
      }
    ]
  }
  ImageDataMember ImgUseAbsoluteGap
  {
    #keys: '1[110880.3.1225403750]'
    ImageSpecifications:
    [
      ImageDataMemberImageSpecification
      {
        Description: 'The level uses absolute gap'
        Image: 'APPLICATION_CERTIFICATE'
        Quill: 'object.UseAbsoluteGap()'
        Value: 'UseAbsoluteGap'
      }
    ]
  }
}