Kevin Kok Khah Whey
2023-10-12 e7c56c4676e153f0af05083b1f5ab0ed73d4b2c3
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<table>
  <name>SolverSettings</name>
  <description>Store information for each solver setting. Solver settings are grouped by Name and each setting is linked to a CPLEX parameter. 
An overview of the available CPLEX parameters can be found here: 
http://www-01.ibm.com/support/knowledgecenter/SSSA5P_12.6.0/ilog.odms.cplex.help/CPLEX/Parameters/topics/introListAlpha.html</description>
  <column>
    <name>Name</name>
    <label>Name</label>
    <description>Name of the group of solver settings</description>
    <type>String</type>
    <cell value="Default"/>
    <cell value="Barrier - No Advanced Start"/>
    <cell value="Barrier - No Advanced Start"/>
    <cell value="Barrier - No Advanced Start"/>
    <cell value="Concurrent Solver"/>
    <cell value="Concurrent Solver"/>
    <cell value="Barrier Solver"/>
    <cell value="Barrier Solver"/>
    <cell value="Eight Thread"/>
    <cell value="Default - No Advanced Start"/>
    <cell value="Default - No Advanced Start"/>
    <cell value="Numerical Emphasis"/>
    <cell value="Numerical Emphasis"/>
    <cell value="Single Thread"/>
  </column>
  <column>
    <name>ParameterNumber</name>
    <label>ParameterNumber</label>
    <description>Number of the CPLEX parameter that should be changed in the solver settings.
See http://www-01.ibm.com/support/knowledgecenter/SSSA5P_12.6.0/ilog.odms.cplex.help/CPLEX/Parameters/topics/introListAlpha.html for a list of parameters.</description>
    <type>Number</type>
    <cell value="1067"/>
    <cell value="1067"/>
    <cell value="1062"/>
    <cell value="1001"/>
    <cell value="1067"/>
    <cell value="1062"/>
    <cell value="1067"/>
    <cell value="1062"/>
    <cell value="1067"/>
    <cell value="1067"/>
    <cell value="1001"/>
    <cell value="1067"/>
    <cell value="1083"/>
    <cell value="1067"/>
  </column>
  <column>
    <name>ParameterValue</name>
    <label>ParameterValue</label>
    <description>Value to which the CPLEX parameter identified by ParameterNumber should be changed.</description>
    <type>Real</type>
    <cell value="8"/>
    <cell value="8"/>
    <cell value="4"/>
    <cell value="0"/>
    <cell value="8"/>
    <cell value="6"/>
    <cell value="8"/>
    <cell value="4"/>
    <cell value="8"/>
    <cell value="8"/>
    <cell value="0"/>
    <cell value="8"/>
    <cell value="1"/>
    <cell value="1"/>
  </column>
  <column>
    <name>Notes</name>
    <label>Notes</label>
    <description>Add a short description of the CPLEX parameter setting</description>
    <type>String</type>
    <cell value="8 threads"/>
    <cell value="8 threads"/>
    <cell value="Barrier solver"/>
    <cell value="No advanced start"/>
    <cell value="8 threads"/>
    <cell value="Concurrent solver"/>
    <cell value="8 threads"/>
    <cell value="Barrier solver"/>
    <cell value="8 threads"/>
    <cell value="8 threads"/>
    <cell value="No Advanced Start"/>
    <cell value="8 threads"/>
    <cell value="Numerical Emphasis"/>
    <cell value="1 threads"/>
  </column>
  <column>
    <name>IsNumberParameter</name>
    <label>IsNumberParameter</label>
    <type>Boolean</type>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
    <cell value="true"/>
  </column>
</table>