gamspy-base 52.0.0rc1__py3-none-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. gamspy_base/__init__.py +18 -0
  2. gamspy_base/eula.pdf +0 -0
  3. gamspy_base/gams +0 -0
  4. gamspy_base/gamscmex.out +0 -0
  5. gamspy_base/gamserrs.txt +1318 -0
  6. gamspy_base/gamsgetkey +0 -0
  7. gamspy_base/gamslice.txt +8 -0
  8. gamspy_base/gamsprobe +0 -0
  9. gamspy_base/gamsstmp.txt +1 -0
  10. gamspy_base/gdxdiff +0 -0
  11. gamspy_base/gdxdump +0 -0
  12. gamspy_base/gevopt.def +102 -0
  13. gamspy_base/gmscmpun.txt +56 -0
  14. gamspy_base/gmscvnus.run +4 -0
  15. gamspy_base/gmscvnux.out +0 -0
  16. gamspy_base/gmsgenus.run +4 -0
  17. gamspy_base/gmsgenux.out +0 -0
  18. gamspy_base/gmske_us.run +11 -0
  19. gamspy_base/gmske_ux.out +912 -0
  20. gamspy_base/gmsprmun.txt +12 -0
  21. gamspy_base/gmssb_us.run +4 -0
  22. gamspy_base/gmssb_ux.out +0 -0
  23. gamspy_base/libco4cclib64.dylib +0 -0
  24. gamspy_base/libconopt464.dylib +0 -0
  25. gamspy_base/libconoptlu.dylib +0 -0
  26. gamspy_base/libcplex2212.dylib +0 -0
  27. gamspy_base/libcpxcclib64.dylib +0 -0
  28. gamspy_base/libcrypto.3.dylib +0 -0
  29. gamspy_base/libcvdcclib64.dylib +0 -0
  30. gamspy_base/libdctmdclib64.dylib +0 -0
  31. gamspy_base/libgcc_s.1.1.dylib +0 -0
  32. gamspy_base/libgdxcclib64.dylib +0 -0
  33. gamspy_base/libgdxdclib64.dylib +0 -0
  34. gamspy_base/libgfortran.5.dylib +0 -0
  35. gamspy_base/libgmdcclib64.dylib +0 -0
  36. gamspy_base/libgmszlib164.dylib +0 -0
  37. gamspy_base/libgomp.1.dylib +0 -0
  38. gamspy_base/libgsscclib64.dylib +0 -0
  39. gamspy_base/libguccclib64.dylib +0 -0
  40. gamspy_base/libjoatdclib64.dylib +0 -0
  41. gamspy_base/liboptdclib64.dylib +0 -0
  42. gamspy_base/libpath52.dylib +0 -0
  43. gamspy_base/libptccclib64.dylib +0 -0
  44. gamspy_base/libquadmath.0.dylib +0 -0
  45. gamspy_base/libssl.3.dylib +0 -0
  46. gamspy_base/libstdc++.6.dylib +0 -0
  47. gamspy_base/mps2gms +0 -0
  48. gamspy_base/optconopt.def +351 -0
  49. gamspy_base/optconvert.def +126 -0
  50. gamspy_base/optcplex.def +880 -0
  51. gamspy_base/optgams.def +724 -0
  52. gamspy_base/optnlpec.def +69 -0
  53. gamspy_base/optpath.def +231 -0
  54. gamspy_base/optsbb.def +94 -0
  55. gamspy_base/version.py +1 -0
  56. gamspy_base-52.0.0rc1.dist-info/METADATA +65 -0
  57. gamspy_base-52.0.0rc1.dist-info/RECORD +60 -0
  58. gamspy_base-52.0.0rc1.dist-info/WHEEL +5 -0
  59. gamspy_base-52.0.0rc1.dist-info/top_level.txt +1 -0
  60. minigams-env-3.129d2d53b5/lib/python3.12/site-packages/minigams/GAMSPY_BASE_README.md +58 -0
@@ -0,0 +1,724 @@
1
+ *
2
+ * optgams.def
3
+ *
4
+
5
+ LP string 0 "" 1 3 Linear Programming - default solver
6
+ MIP string 0 "" 1 3 Mixed-Integer Programming - default solver
7
+ RMIP string 0 "" 1 3 Relaxed Mixed-Integer Programming - default solver
8
+ NLP string 0 "" 1 3 Non-Linear Programming - default solver
9
+ MCP string 0 "" 1 3 Mixed Complementarity Problems - default solver
10
+ MPEC string 0 "" 1 3 Mathematical Programs with Equilibrium Constraints - default solver
11
+ RMPEC string 0 "" 1 3 Relaxed Mathematical Programs with Equilibrium Constraints - default solver
12
+ CNS string 0 "" 1 3 Constrained Nonlinear Systems - default solver
13
+ DNLP string 0 "" 1 3 Non-Linear Programming with Discontinuous Derivatives - default solver
14
+ RMINLP string 0 "" 1 3 Relaxed Mixed-Integer Non-Linear Programming - default solver
15
+ MINLP string 0 "" 1 3 Mixed-Integer Non-Linear Programming - default solver
16
+ QCP string 0 "" 1 3 Quadratically Constrained Programs - default solver
17
+ MIQCP string 0 "" 1 3 Mixed Integer Quadratically Constrained Programs - default solver
18
+ RMIQCP string 0 "" 1 3 Relaxed Mixed Integer Quadratically Constrained Programs - default solver
19
+ EMP string 0 "" 1 3 Extended Mathematical Programs - default solver
20
+ EolOnly immediate EolFlag 1 1 Single key-value pairs (immediate switch)
21
+ Restart string 0 "" 1 2 Name of a restart file, see \ref UG_SaveRestart
22
+ Input string 0 "" 1 1 Input file
23
+ Output string 0 "" 1 1 Listing file name
24
+ Save string 0 "" 1 2 Creates a work file, see \ref UG_SaveRestart
25
+ Symbol string 0 "" 1 1 Symbol table file
26
+ XSave string 0 "" 1 2 Creates a compressed \ref UG_SaveRestart "work file"
27
+ Expand string 0 "" 1 1 Expanded (include) input file name
28
+ PageWidth integer 0 32767 72 32767 1 1 Output file page width
29
+ PageSize integer 0 0 0 maxint 1 1 Output file page size (=0 no paging)
30
+ PageContr enumint 0 2 1 1 Output file page control option
31
+ 0 1 No page control, with padding
32
+ 1 1 FORTRAN style line printer format
33
+ 2 1 No page control, no padding
34
+ 3 1 Formfeed character for new page
35
+ Action enumstr 0 "CE" 1 1 GAMS processing request
36
+ "R" 1 Restart After Solve
37
+ "C" 1 CompileOnly
38
+ "E" 1 ExecuteOnly
39
+ "CE" 1 Compile and Execute
40
+ "G" 0 Glue Code Generation
41
+ "GT" 1 Trace Report
42
+ SubSys string 0 "" 1 3 Name of subsystem configuration file
43
+ ErrNam string 0 "" 1 1 Name of error message file
44
+ ScrDir string 0 "" 1 1 Scratch directory
45
+ ScrNam string 0 "" 1 1 Work file names stem
46
+ SysDir string 0 "" 1 1 GAMS system directory where GAMS executables reside
47
+ CurDir string 0 "" 1 1 Current directory
48
+ WorkDir string 0 "" 1 1 Working directory
49
+ PutDir string 0 "" 1 1 Put file directory
50
+ GridDir string 0 "" 1 1 Grid file directory
51
+ ScriptNext string 0 "" 0 3 Script mailbox file name (GAMSNEXT)
52
+ ScriptExit string 0 "" 1 3 Program or script to be executed at the end of a GAMS run
53
+ ScriptFrst string 0 "" 1 3 First line to be written to GAMSNEXT file.
54
+ LogLine enumint 0 2 1 1 Amount of line tracing to the log file
55
+ 0 1 No line tracing
56
+ 1 1 Minimum line tracing
57
+ 2 1 Automatic and visually pleasing
58
+ LogOption enumint 0 3 1 1 Log option
59
+ 0 1 No log output
60
+ 1 0 Same as 3 - Used to be Log output to screen (console)
61
+ 2 1 Log output to logfile
62
+ 3 1 Log output to standard output
63
+ 4 1 Log output to logfile and standard output
64
+ LogFile string 0 "" 1 1 Log file name
65
+ Trace string 0 "" 1 1 Trace file name
66
+ AppendOut enumint 0 0 1 1 Output file append option
67
+ 0 1 Reset listing file
68
+ 1 1 Append to listing file
69
+ AppendLog enumint 0 0 1 1 Log file append option
70
+ 0 1 Reset log file
71
+ 1 1 Append to logfile
72
+ StepSum enumint 0 0 1 1 Summary of computing resources used by job steps
73
+ 0 1 No step summary
74
+ 1 1 Step summary printed
75
+ MultiPass enumint 0 0 1 1 Multipass facility
76
+ 0 1 Standard compilation
77
+ 1 1 Check-out compilation
78
+ 2 1 As 1, and skip $call and ignore missing file errors with $include and $gdxin as well as unknown dimension errors with empty data statements
79
+ Suppress enumint 0 0 1 1 Compiler listing option
80
+ 0 1 Standard compiler listing
81
+ 1 1 Suppress compiler listing
82
+ DFormat enumint 0 0 1 1 Date format
83
+ 0 1 Date as mm/dd/yy
84
+ 1 1 Date as dd.mm.yy
85
+ 2 1 Date as yy-mm-dy
86
+ TFormat enumint 0 0 1 1 Time format
87
+ 0 1 Time as hh:mm:ss
88
+ 1 1 Time as hh.mm.ss
89
+ TabIn integer 0 8 0 maxint 1 1 Tab spacing
90
+ 0 Tabs are not allowed
91
+ 1 Tabs are replaced by blanks
92
+ n Tabs are 1, n+1, 2n+1,.. (default: n=8)
93
+ CtrlZ integer 0 0 0 maxint 1 4 Enable reading control Z
94
+ CtrlM integer 0 0 0 maxint 1 4 Enable flexible line ending
95
+ SolverCntr string 0 "" 1 3 Solver control file name
96
+ SolverMatr string 0 "" 1 3 Solver matrix file name
97
+ SolverInst string 0 "" 1 3 Solver instruction file name
98
+ SolverStat string 0 "" 1 3 Solver status file name
99
+ SolverSolu string 0 "" 1 3 Solver solution file name
100
+ SolverDict string 0 "" 1 3 Solver dictionary file name
101
+ PoolUse integer 0 0 0 maxint 1 4 Manage memory pools
102
+ PoolFree1 integer 0 0 0 maxint 1 4 Manage memory pools N
103
+ PoolFree2 integer 0 0 0 maxint 1 4 Manage memory pools N
104
+ PoolFree3 integer 0 0 0 maxint 1 4 Manage memory pools N
105
+ IntVarUp enumint 0 0 1 3 Set mode for default upper bounds on integer variables
106
+ 0 1 Set default upper bound for integer variables to +INF
107
+ 1 1 Pass a value of 100 instead of +INF to the solver as upper bound for integer variables
108
+ 2 1 Same as 0 but writes a message to the log if the level of an integer variable is greater than 100
109
+ 3 1 Same as 2 but issues an execution error if the level of an integer variable is greater than 100
110
+ PoolFree5 integer 0 0 0 maxint 1 4 Manage memory pools N
111
+ PoolFree6 integer 0 0 0 maxint 1 4 Manage memory pools N
112
+ PoolFree7 integer 0 0 0 maxint 1 4 Manage memory pools N
113
+ CodeX integer 0 0 0 maxint 1 4 Controls the allocation of executable code
114
+ Case enumint 0 0 1 1 Output case option for LST file
115
+ 0 1 Write listing file in mixed case
116
+ 1 1 Write listing file in upper case only
117
+ G205 enumint 0 0 1 1 Use GAMS version 2.05 syntax
118
+ 0 1 Use only latest syntax
119
+ 1 1 Allow version 2.05 syntax only
120
+ 2 1 Allow version 2.25 syntax only
121
+ License string 0 "" 1 1 Use alternative license file
122
+ TopMargin integer 0 0 0 maxint 1 4 Output file page top margin
123
+ LeftMargin integer 0 0 0 maxint 1 4 Output file page left margin
124
+ BotMargin integer 0 0 0 maxint 1 4 Output file page bottom margin, lines added at the end of a page
125
+ DumpParms enumint 0 0 1 1 GAMS parameter logging
126
+ 0 1 No logging
127
+ 1 1 Lists accepted/set parameters
128
+ 2 1 Log of file operations plus list of accepted/set parameters
129
+ NoCr integer 0 0 0 maxint 0 1 Suppress the copyright message
130
+ Profile integer 0 0 0 maxint 1 1 Execution profiling
131
+ 0 No profiling
132
+ 1 Minimum profiling
133
+ n Profiling depth for nested control structures
134
+ InputDir1 string 0 "" 1 1 Input file directory number N
135
+ InputDir2 string 0 "" 1 1 Input file directory number N
136
+ InputDir3 string 0 "" 1 1 Input file directory number N
137
+ InputDir4 string 0 "" 1 1 Input file directory number N
138
+ InputDir5 string 0 "" 1 1 Input file directory number N
139
+ InputDir6 string 0 "" 1 1 Input file directory number N
140
+ InputDir7 string 0 "" 1 1 Input file directory number N
141
+ InputDir8 string 0 "" 1 1 Input file directory number N
142
+ InputDir9 string 0 "" 1 1 Input file directory number N
143
+ InputDir10 string 0 "" 1 1 Input file directory number N
144
+ InputDir11 string 0 "" 1 1 Input file directory number N
145
+ InputDir12 string 0 "" 1 1 Input file directory number N
146
+ InputDir13 string 0 "" 1 1 Input file directory number N
147
+ InputDir14 string 0 "" 1 1 Input file directory number N
148
+ InputDir15 string 0 "" 1 1 Input file directory number N
149
+ InputDir16 string 0 "" 1 1 Input file directory number N
150
+ InputDir17 string 0 "" 1 1 Input file directory number N
151
+ InputDir18 string 0 "" 1 1 Input file directory number N
152
+ InputDir19 string 0 "" 1 1 Input file directory number N
153
+ InputDir20 string 0 "" 1 1 Input file directory number N
154
+ InputDir21 string 0 "" 1 1 Input file directory number N
155
+ InputDir22 string 0 "" 1 1 Input file directory number N
156
+ InputDir23 string 0 "" 1 1 Input file directory number N
157
+ InputDir24 string 0 "" 1 1 Input file directory number N
158
+ InputDir25 string 0 "" 1 1 Input file directory number N
159
+ InputDir26 string 0 "" 1 1 Input file directory number N
160
+ InputDir27 string 0 "" 1 1 Input file directory number N
161
+ InputDir28 string 0 "" 1 1 Input file directory number N
162
+ InputDir29 string 0 "" 1 1 Input file directory number N
163
+ InputDir30 string 0 "" 1 1 Input file directory number N
164
+ InputDir31 string 0 "" 1 1 Input file directory number N
165
+ InputDir32 string 0 "" 1 1 Input file directory number N
166
+ InputDir33 string 0 "" 1 1 Input file directory number N
167
+ InputDir34 string 0 "" 1 1 Input file directory number N
168
+ InputDir35 string 0 "" 1 1 Input file directory number N
169
+ InputDir36 string 0 "" 1 1 Input file directory number N
170
+ InputDir37 string 0 "" 1 1 Input file directory number N
171
+ InputDir38 string 0 "" 1 1 Input file directory number N
172
+ InputDir39 string 0 "" 1 1 Input file directory number N
173
+ InputDir40 string 0 "" 1 1 Input file directory number N
174
+ LibIncDir string 0 "" 1 1 LibInclude directory
175
+ SysIncDir string 0 "" 1 1 SysInclude directory
176
+ User1 string 0 "" 1 1 User string N
177
+ User2 string 0 "" 1 1 User string N
178
+ User3 string 0 "" 1 1 User string N
179
+ User4 string 0 "" 1 1 User string N
180
+ User5 string 0 "" 1 1 User string N
181
+ ForceWork enumint 0 0 1 1 Force GAMS to process a save file created with a newer GAMS version or with execution errors
182
+ 0 1 No translation
183
+ 1 1 Try translation
184
+ CErr integer 0 0 0 maxint 1 1 Compile time error limit
185
+ 0 No error limit (default)
186
+ n Stop after n errors
187
+ FErr string 0 "" 1 1 Alternative error message file
188
+ OptFile integer 0 0 0 maxint 1 3 Default option file
189
+ 0 No option file will be used
190
+ 1 The option file solvername.opt will be used
191
+ 2 The option file solvername.op2 will be used
192
+ 3 The option file solvername.op3 will be used
193
+ 15 The option file solvername.o15 will be used
194
+ 222 The option file solvername.222 will be used
195
+ 1234 The option file solvername.1234 will be used
196
+ FSave enumint 0 0 1 2 Creates a forced \ref UG_SaveRestart "work file", i.e., the file is saved even if execution errors or other errors occurred
197
+ 0 1 Workfile only written to file specified by SAVE if no errors occur
198
+ 1 1 Workfile always written to file specified by SAVE or if SAVE is not present to a name made up by GAMS
199
+ NlCon integer 0 0 0 maxint 1 4 Nonlinear instructions search length
200
+ DumpOpt enumint 0 0 1 1 Writes preprocessed input to the file input.dmp
201
+ 0 1 No dumpfile
202
+ 1 1 Extract referenced data from the restart file using original set element names
203
+ 2 1 Extract referenced data from the restart file using new set element names
204
+ 3 1 Extract referenced data from the restart file using new set element names and drop symbol text
205
+ 4 1 Extract referenced symbol declarations from the restart file
206
+ 10 0 (Same as 11 and therefore hidden)
207
+ 11 1 Write processed input file without comments
208
+ 12 0 (Same as 11 and therefore hidden)
209
+ 19 0 (Same as 21 and therefore hidden)
210
+ 20 0 (Same as 21 and therefore hidden)
211
+ 21 1 Write processed input file with all comments
212
+ 22 1 Write processed input with all comments into a separate dump file for each block
213
+ ErrMsg enumint 0 1 1 1 Placing of compilation error messages
214
+ 0 1 Place error messages at the end of compiler listing
215
+ 1 1 Place error messages immediately following the line with the error
216
+ 2 1 Suppress error messages
217
+ Opt integer 0 0 0 maxint 0 1 Fold constant $ expressions
218
+ RelPath enumint 0 0 0 1 Processing of relative path
219
+ 0 1 Expand relative path
220
+ 1 1 Do not expand relative path
221
+ GLanguage integer 0 0 0 maxint 1 4
222
+ GFinclude integer 0 0 0 maxint 1 4
223
+ UnitType string 0 "" 1 4
224
+ GFImplicit integer 0 0 0 maxint 1 4
225
+ GFExt integer 0 0 0 maxint 1 4
226
+ Error immediate Message 1 1 Force a compilation error with message
227
+ StringChk enumint 0 0 1 1 String substitution options
228
+ 0 1 No substitution if symbol undefined and no error
229
+ 1 1 Error if symbol undefined
230
+ 2 1 Remove entire symbol reference if undefined and no error
231
+ Reference string 0 "" 1 1 Symbol reference file
232
+ OptDir string 0 "" 1 3 Option file directory
233
+ MaxExecError integer 0 0 0 maxint 1 1 Execution time error limit
234
+ 0 No errors allowed limit
235
+ n Max number allowed
236
+ ParmFile immediate ReadFile 1 1 Command Line Parameter include file
237
+ ErrorLog integer 0 2147483647 0 maxint 1 1 Max error message lines written to the log for each error
238
+ 0 No error messages to LOG file
239
+ n Number of lines for each error that will be written to LOG file
240
+ LimRow integer 0 3 -1 maxint 1 3 Maximum number of rows listed in one equation block
241
+ LimCol integer 0 3 -1 maxint 1 3 Maximum number of columns listed in one variable block
242
+ CharSet enumint 0 1 1 1 Character set flag
243
+ 0 1 Use limited GAMS characters set
244
+ 1 1 Accept any character in comments and text items (foreign language characters)
245
+ Keep enumint 0 0 1 1 Controls keeping or deletion of process directory and scratch files
246
+ 0 1 Delete process directory
247
+ 1 1 Keep process directory
248
+ IDE enumint 0 0 1 1 Integrated Development Environment flag
249
+ 0 1 Unknown environment
250
+ 1 1 Runs under GAMS IDE
251
+ TraceOpt enumint 0 0 1 1 Trace file format option
252
+ 0 1 Solver and GAMS step trace
253
+ 1 1 Solver and GAMS exit trace
254
+ 2 1 Solver trace only
255
+ 3 1 Solver trace only in format used for GAMS performance world
256
+ 4 0 Trace file format supporting NLPEC
257
+ 5 1 Gams exit trace with all available trace fields
258
+ GDX string 0 "" 1 1 GAMS data exchange file name
259
+ IterLim integer 0 2147483647 0 maxint 1 3 Iteration limit of solver
260
+ DomLim integer 0 0 0 maxint 1 3 Domain violation limit solver default
261
+ ResLim double 0 10000000000.00 0 maxdouble 1 3 Wall-clock time limit for solver
262
+ OptCR double 0 1.000000000000000E-04 0 maxdouble 1 3 Relative Optimality criterion solver default
263
+ OptCA double 0 0.00 0 maxdouble 1 3 Absolute Optimality criterion solver default
264
+ SysOut enumint 0 0 1 3 Solver Status file reporting option
265
+ 0 1 Suppress additional solver generated output
266
+ 1 1 Include additional solver generated output
267
+ SolPrint enumint 0 1 1 3 Solution report print option
268
+ 0 1 Remove solution listings following solves
269
+ 1 1 Include solution listings following solves
270
+ 2 1 Suppress all solution information
271
+ Bratio double 0 0.25 0 1.00 1 3 Basis detection threshold
272
+ HoldFixed enumint 0 0 1 3 Treat fixed variables as constants
273
+ 0 1 Fixed variables are not treated as constants
274
+ 1 1 Fixed variables are treated as constants
275
+ NodLim integer 0 0 0 maxint 1 3 Node limit in branch and bound tree
276
+ WorkFactor double 0 1.00 0 maxdouble 1 3 Memory Estimate multiplier for some solvers
277
+ WorkSpace double 0 0 0 maxdouble 1 3 Work space for some solvers in MB
278
+ ForLim integer 0 maxint 0 maxint 1 1 GAMS looping limit
279
+ Seed integer 0 3141 0 maxint 1 1 Random number seed
280
+ On115 enumint 0 0 1 1 Generate errors for unknown unique element in an equation
281
+ 0 1 No error messages
282
+ 1 1 Issue error messages
283
+ ExecMode enumint 0 0 1 1 Limits on external programs that are allowed to be executed
284
+ 0 1 Everything allowed
285
+ 1 1 Interactive shells in $call and execute commands are prohibited
286
+ 2 1 Embedded Code and all $call and execute commands are prohibited
287
+ 3 1 $echo or put commands can only write to directories in or below the working or scratchdir
288
+ 4 1 $echo and put commands are not allowed
289
+ InteractiveSolver enumint 0 0 1 1 Allow solver to interact via command line input
290
+ 0 1 Interaction with solvelink 0 is not supported
291
+ 1 1 Interaction with solvelink 0 is supported
292
+ PLicense string 0 "" 1 1 Privacy license file name
293
+ JobTrace string 0 "" 1 1 Job trace string to be written to the trace file at the end of a GAMS job
294
+ Warnings integer 0 maxint 0 maxint 1 1 Number of warnings permitted before a run terminates
295
+ TraceLevel integer 0 0 0 maxint 1 1 Modelstat/Solvestat threshold used in conjunction with action=GT
296
+ SetType integer 0 0 0 maxint 1 4 Used to set the type of --keys
297
+ Timer integer 0 0 0 maxint 1 1 Instruction timer threshold in milliseconds
298
+ 0 Interpreted as +inf, no details echoed
299
+ n Echo all details about internal GAMS instructions that took more than n milliseconds to the log
300
+ FileCase enumint 0 0 1 1 Casing of file names and paths (put, gdx, ref, $include, etc.)
301
+ 0 1 Causes GAMS to use default casing
302
+ 1 1 Causes GAMS to upper case file names including path of the file
303
+ 2 1 Causes GAMS to lower case file names including path of the file
304
+ 3 1 Causes GAMS to upper case file names only (leave the path alone)
305
+ 4 1 Causes GAMS to lower case file names only (leave the path alone)
306
+ SavePoint enumint 0 0 1 3 Save solver point in GDX file
307
+ 0 1 No point GDX file is to be saved
308
+ 1 1 A point GDX file from the last solve is to be saved
309
+ 2 1 A point GDX file from every solve is to be saved
310
+ 3 1 A point GDX file from the last solve is to be saved in the scratch directory
311
+ 4 1 A point GDX file from every solve is to be saved in the scratch directory
312
+ SolveLink enumint 0 2 1 3 Solver link option
313
+ 0 1 Model instance and entire GAMS state saved to scratch directory, GAMS exits (and vacates memory), and the solver script is called. After the solver terminates, GAMS restarts from the saved state and continues to executing
314
+ 1 1 Model instance saved to scratch directory, the solver is called from a shell while GAMS remains open
315
+ 2 1 Model instance saved to scratch directory, the solver is called with a spawn (if possible) or a shell (if spawn is not possible) while GAMS remains open - If this is not supported by the selected solver, it gets reset to `1` automatically
316
+ 3 1 Model instance saved to scratch directory, the solver starts the solution and GAMS continues
317
+ 4 1 Model instance saved to scratch directory, the solver starts the solution and GAMS waits for the solver to come back but uses same submission process as 3 (test mode)
318
+ 5 1 The model instance is passed to the solver in-memory - If this is not supported by the selected solver, it gets reset to `2` automatically
319
+ 6 1 The model instance is passed to the solver in-memory, the solver starts the solution and GAMS continues
320
+ 7 1 The model instance is passed to the solver in-memory, the solver starts the solution and GAMS waits for the solver to come back but uses same submission process as 6 (test mode)
321
+ Sys10 enumint 0 0 1 1 Changes rpower to ipower when the exponent is constant and within 1e-12 of an integer
322
+ 0 1 Disable conversion
323
+ 1 1 Enable conversion
324
+ Sys11 enumint 0 0 1 1 Dynamic resorting if indices in assignment/data statements are not in natural order
325
+ 0 1 Automatic optimization/restructuring of data
326
+ 1 1 No optimization
327
+ 2 1 Always optimize/restructure
328
+ Sys12 integer 0 0 0 1 1 1 Pass model with generation errors to solver
329
+ ZeroRes double 0 0.00 0 maxdouble 1 1 The results of certain operations will be set to zero if abs(result) LE ZeroRes
330
+ ZeroResRep enumint 0 0 1 1 Report underflow as a warning when abs(results) LE ZeroRes and result set to zero
331
+ 0 1 No warning when a rounding occurs because of ZeroRes
332
+ 1 1 Issue warnings whenever a rounding occurs because of ZeroRes
333
+ HeapLimit double 0 maxdouble 0 maxdouble 1 1 Maximum Heap size allowed in MB
334
+ ScrExt string 0 "dat" 1 1 Scratch file extension to be used with temporary files
335
+ ProcDir string 0 "" 1 1 Process Directory
336
+ gdxCompress enumint 0 0 1 1 Compression of generated GDX file
337
+ 0 1 Do not compress GDX files
338
+ 1 1 Compress GDX files
339
+ gdxConvert enumstr 0 "v7" 1 1 Version of GDX files generated (for backward compatibility)
340
+ "v5" 1 Version 5 GDX file, does not support compression
341
+ "v6" 1 Version 6 GDX file
342
+ "v7" 1 Version 7 GDX file
343
+ AppendExpand enumint 0 1 1 1 Expand file append option
344
+ 0 1 Reset expand file
345
+ 1 1 Append to expand file
346
+ ETLim double 0 maxdouble 0 maxdouble 1 1 Elapsed time limit in seconds
347
+ ProfileTol double 0 0.00 0 maxdouble 1 1 Minimum time a statement must use to appear in profile generated output
348
+ ProfileFile string 0 "" 1 1 Write profile information to this file
349
+ MaxProcDir integer 0 700 0 maxint 1 1 Maximum number of 225* process directories
350
+ Integer1 integer 0 0 minint maxint 1 3 Integer communication cell N
351
+ Integer2 integer 0 0 minint maxint 1 3 Integer communication cell N
352
+ Integer3 integer 0 0 minint maxint 1 3 Integer communication cell N
353
+ Integer4 integer 0 0 minint maxint 1 3 Integer communication cell N
354
+ Integer5 integer 0 0 minint maxint 1 3 Integer communication cell N
355
+ GridScript string 0 "gmsgrid" 1 1 Grid submission script
356
+ Threads integer 0 0 minint maxint 1 3 Number of processors to be used by a solver
357
+ 0 Solver decides on number of processors to use
358
+ n Use n processors
359
+ minus_n Number of processors to leave free for other tasks
360
+ UseDLL integer 0 0 0 maxint 0 4 Use Cmex library instead of executable
361
+ Debug integer 0 0 0 maxint 0 4 Run GAMS in debugging mode
362
+ PID2Error integer 0 0 0 maxint 0 1 Send GAMS pid to standard error stream
363
+ NoNewVarEqu enumint 0 0 1 1 Triggers a compilation error when new equations or variable symbols are introduced
364
+ 0 1 AllowNewVarEqu
365
+ 1 1 DoNotAllowNewVarEqu
366
+ ForceOptFile integer 0 0 0 maxint 1 3 Overwrites other option file section mechanism
367
+ SymPrefix string 0 "" 1 2 Prefix all symbols encountered during compilation by the specified string in work file
368
+ ServerRun integer 0 0 0 maxint 0 1 Run on a server with redirected log (experimental)
369
+ gdxUels enumstr 0 "squeezed" 1 1 Unload labels or UELs to GDX either squeezed or full
370
+ "Squeezed" 1 Write only the UELs to Universe, that are used by the exported symbols
371
+ "Full" 1 Write all UELs to Universe
372
+ DumpParmsLogPrefix string 0 "***" 1 1 Prefix of lines triggered by DumpParms>1
373
+ strictSingleton enumint 0 1 1 1 Error if assignment to singleton set has multiple elements
374
+ 0 1 Take first record if assignment to singleton set has multiple elements
375
+ 1 1 Error if assignment to singleton set has multiple elements
376
+ SaveObfuscate string 0 "" 1 2 Creates an obfuscated work file, see \ref UG_SecureWorkFiles_ObfuscatedWorkFiles
377
+ XSaveObfuscate string 0 "" 1 2 Creates a compressed \ref UG_SecureWorkFiles_ObfuscatedWorkFiles "obfuscated work file"
378
+ RestartNamed string 0 "" 1 2 Name of another matching restart file, see \ref UG_SecureWorkFiles_ObfuscatedWorkFiles
379
+ Sys14 integer 0 0 0 1 0 1 Write workfile without timing and heap max information. Also write all data declaration profiling records (for profile>0)
380
+ FDDelta double 0 1.000000000000000E-05 1.000000000000000E-09 1.00 1 1 Step size for finite differences
381
+ FDOpt enumint 0 0 1 1 Options for finite differences
382
+ 0 1 All derivatives analytically, for numerical Hessian use gradient values, scale delta
383
+ 1 1 All derivatives analytically, for numerical Hessian use function values, scale delta
384
+ 2 1 Gradient analytically, force Hessian numerically using gradient values, scale delta
385
+ 3 1 Gradient analytically, force Hessian numerically using function values, scale delta
386
+ 4 1 Force gradient and Hessian numerically, scale delta
387
+ 10 1 Same as 0, but no scale of delta
388
+ 11 1 Same as 1, but no scale of delta
389
+ 12 1 Same as 2, but no scale of delta
390
+ 13 1 Same as 3, but no scale of delta
391
+ 14 1 Same as 4, but no scale of delta
392
+ Solver string 0 "" 1 3 Default solver for all model types that the solver is capable to process
393
+ DocFile string 0 "" 1 1 Filename stem for documentation files
394
+ SparseRun enumstr 0 "on" 0 1 Switch between sparse and dense execution
395
+ "off" 1 Execute dense
396
+ "on" 1 Execute sparse, if possible
397
+ Sys15 integer 0 0 0 maxint 1 1 Automatic switching of data structures used in search records
398
+ 0 Automatic switching to dense data structures
399
+ 1 No switching
400
+ 2 Always switch
401
+ 1x Print additional information in lst file
402
+ Sys16 integer 0 0 0 1 1 1 Disable search record memory (aka execute this as pre-GAMS 24.5)
403
+ Sys17 integer 0 0 0 1 1 1 Disable sparsity trees growing with permutation (aka execute this as pre-GAMS 24.5)
404
+ PrefixLoadPath enumint 0 0 1 1 Prepend GAMS system directory to library load path
405
+ 0 1 Do not set GAMS system directory at beginning of library load path
406
+ 1 1 Set GAMS system directory at beginning of library load path
407
+ ThreadsAsync integer 0 -1 minint maxint 1 1 Limit on number of threads to be used for asynchronous solves (solveLink=6)
408
+ 0 Use number of available processors
409
+ n Use n threads/concurrent jobs
410
+ minus_n Number of processors to leave free for other tasks
411
+ MCPRHoldfx integer 0 0 0 1 1 1 Print list of rows that are perpendicular to variables removed due to the holdfixed setting
412
+ AsyncSolLst enumint 0 0 1 1 Print solution listing when asynchronous solve (Grid or Threads) is used
413
+ 0 1 Do not print solution listing into lst file for asynchronous solves
414
+ 1 1 Print solution listing into lst file for asynchronous solves
415
+ FileStem string 0 "" 1 1 Sets the file stem for output files which use the input file name as stem by default
416
+ ProcDirPath string 0 "" 1 1 Directory to create process directory in
417
+ PySetup enumint 0 1 1 4 GAMS/Python Setup
418
+ 0 1 Rely on user setup of Python
419
+ 1 1 Use Python installation provided in GAMS system directory
420
+ PyMultInst enumint 0 0 1 4 GAMS/Python Multiple Instance Interpreter
421
+ 0 1 Use a single-session Python interpreter
422
+ 1 1 Use a multi-session Python interpreter
423
+ FileStemApFromEnv string 0 "" 1 1 Append a string read from an environment variable to the "FileStem"
424
+ ShowOSMemory enumint 0 0 1 1 Show the memory usage reported by the Operating System instead of the internal counting
425
+ 0 1 Show memory reported by internal accounting
426
+ 1 1 Show resident set size reported by operating system
427
+ 2 1 Show virtual set size reported by operating system
428
+ LstTitleLeftAligned enumint 0 1 1 1 Write title of LST file all left aligned
429
+ 0 1 Split LST title into left and right aligned part
430
+ 1 1 Write LST title completely left aligned
431
+ FreeEmbeddedPython enumint 0 1 0 1 Free external resources at the end of each embedded Python code blocks
432
+ 0 1 Keep resources to reuse them potentially
433
+ 1 1 Free resources
434
+ CaptureModelInstance enumint 0 0 1 1 Switch to capture all model instances within a run
435
+ 0 1 Do not capture model instances
436
+ 1 1 Capture model instances
437
+ IDCJSON string 0 "" 1 1 Specify JSON file name to verify data contract
438
+ IDCGenerateJSON string 0 "" 1 1 Specify JSON file name of data contract
439
+ IDCGenerateGDX string 0 "" 1 1 Specify GDX file name of input and output side of data contract
440
+ IDCGenerateGDXInput string 0 "" 1 1 Specify GDX file name of input side of data contract
441
+ IDCGenerateGDXOutput string 0 "" 1 1 Specify GDX file name of output side of data contract
442
+ IDCGDXInput string 0 "" 1 1 GDX file name with data for implicit input
443
+ IDCGDXOutput string 0 "" 1 1 GDX file name for data for implicit output
444
+ CheckErrorLevel enumint 0 0 1 1 Check errorLevel automatically after executing external program
445
+ 0 1 Do not check errorLevel automatically after execution of external program
446
+ 1 1 Check errorLevel automatically after execution of external program
447
+ IDCProtect enumint 0 1 1 1 Flag to control assignment protection of external input symbols
448
+ 0 1 Allow to change external input symbols at execution time
449
+ 1 1 Protect external input symbols from being changed at execution time
450
+ EncryptKey string 0 "" 1 1 Key to encrypt a text file using $encrypt
451
+ DecryptKey string 0 "" 1 1 Key to decrypt a text file that was encrypted via $encrypt
452
+ Sys18 enumint 0 0 1 1 Use backward compatible (i.e. pre-GAMS 31) scheme for reading floating-point numbers
453
+ 0 1 Use modern scheme for reading floating-point numbers
454
+ 1 1 Use backward compatible (i.e. pre-GAMS 31) scheme for reading floating-point numbers
455
+ SuffixDLVars enumstr 0 "off" 1 1 Switch default for "$on/offSuffixDLVars"
456
+ "off" 1 Activate $offSuffixDLVars
457
+ "on" 1 Activate $onSuffixDLVars
458
+ Digit enumstr 0 "off" 1 1 Switch default for "$on/offDigit"
459
+ "off" 1 Activate $offDigit
460
+ "on" 1 Activate $onDigit
461
+ Empty enumstr 0 "on" 1 1 Switch default for "$on/offEmpty"
462
+ "off" 1 Activate $offEmpty
463
+ "on" 1 Activate $onEmpty
464
+ EolCom string 0 "off" 1 1 Switch default for "$on/offEolCom" and "$eolCom"
465
+ Filtered enumstr 0 "on" 1 1 Switch between filtered and domain-checked read from GDX
466
+ "off" 1 Load domain checked
467
+ "on" 1 Load filtered
468
+ InlineCom string 0 "off" 1 1 Switch default for "$on/offInline" and "$inlineCom"
469
+ Listing enumstr 0 "on" 1 1 Switch default for "$on/offListing"
470
+ "off" 1 Activate $offListing
471
+ "on" 1 Activate $onListing
472
+ PutND integer 0 2 0 10 1 1 Number of decimals for put files
473
+ PutNR enumint 0 1 1 1 Numeric round format for put files
474
+ 0 1 Item is displayed in F or E format
475
+ 1 1 Item is rounded to fit given width and decimals
476
+ 2 1 Item is displayed in scientific notation
477
+ 3 1 Item is rounded to fit given width
478
+ 4 1 Item is displayed in F or E format ignoring given decimals
479
+ PutPS integer 0 58 1 130 1 1 Page size for put files
480
+ PutPW integer 0 32767 1 32767 1 1 Page width for put files
481
+ PreviousWork enumint 0 0 1 1 Indicator for writing workfile with previous workfile version
482
+ 0 1 Write workfile using the current version
483
+ 1 1 Write workfile using the previous workfile version
484
+ SqaCmex enumstr 0 "off" 0 1 Compare model runs of a trusted GAMS version against runs with a development version
485
+ "ref" 1 Create reference solutions
486
+ "off" 1 No special SQA run
487
+ "Sqa" 1 Compare against reference run
488
+ Sys19 integer 0 0 0 1 1 1 Disable permutation on Column Generation (aka execute this as pre-GAMS 36)
489
+ HoldFixedAsync enumint 0 0 1 3 Allow HoldFixed for models solved asynchronously as well
490
+ 0 1 Ignore HoldFixed setting for async solves
491
+ 1 1 Allow HoldFixed for async solves
492
+ MaxGenericFiles integer 0 20 0 maxint 1 1 Maximum number of generic file names tried at execution time file creation
493
+ EpsToZero enumstr 0 "off" 1 1 Treat eps as zero when unloading to GDX
494
+ "off" 1 Treat Eps as Eps
495
+ "on" 1 Treat Eps as Zero
496
+ DumpOptGDX string 0 "" 1 1 Defines a GDX file name stem created when using DumpOpt
497
+ ReferenceLineNo enumstr 0 "actual" 1 1 Controls the line numbers written to a reference file
498
+ "actual" 1 Actual line number of symbol reference
499
+ "start" 1 Line number where the statement with the reference starts
500
+ ConnectIn string 0 "" 1 1 Specify YAML Connect script file processed at start of GAMS
501
+ ConnectOut string 0 "" 1 1 Specify YAML Connect script file processed at end of GAMS
502
+ ECImplicitLoad enumstr 0 "on" 1 1 Allow implicit loading of symbols from embedded code or not
503
+ "off" 1 Do not allow implicit loading from embedded code
504
+ "on" 1 Allow implicit loading from embedded code
505
+ ProcTreeMemMonitor enumint 0 0 1 1 Monitor the memory used by the GAMS process tree
506
+ 0 1 Do not monitor memory usage for the GAMS process tree
507
+ 1 1 Start a thread to monitor memory usage for the GAMS process tree
508
+ ProcTreeMemTicks integer 0 2000 100 maxint 1 1 Set wait interval between memory monitor checks: ticks = milliseconds
509
+ SolveOpt enumint 0 1 1 5 Multiple solve management
510
+ 0 1 The solution information for all equations appearing in the model is completely replaced by the new model results; variables are only replaced if they appear in the final model
511
+ 1 1 The solution information for all equations and variables is merged into the existing solution information
512
+ 2 1 The solution information for all equations appearing in the model is completely replaced; in addition, variables appearing in the symbolic equations but removed by conditionals will be removed
513
+ Multi string 0 "off" 1 1 Switch default for "$on/offMulti[R]"
514
+ CompilerPreview enumint 0 0 1 1 Test current inputs with upcoming version of GAMS compiler and show problems in save file (see \ref UG_SaveRestart)
515
+ 0 1 only use current (default) reference compiler
516
+ 1 1 compile input with both compilers (current and upcoming) sequentially and show and abort on save file mismatch
517
+ 2 1 compile input with both compilers (current and upcoming) sequentially and show but ignore save file mismatch
518
+ 3 1 compile input with both compilers (current and upcoming) in parallel and show and abort on save file mismatch
519
+ 4 1 only use upcoming <i>"new"</i> compiler
520
+ DebugPort integer 0 0 0 65535 0 1 Defines a port for socket communication with GAMS Studio to be used for the interactive debugger
521
+ ECLogLine enumstr 0 "on" 1 1 Show log line about embedded code initialization and execution or not
522
+ "off" 1 Do not show log line about embedded code initialization and execution
523
+ "on" 1 Show log line about embedded code initialization and execution
524
+ gdxSymbols enumstr 0 "all" 1 1 Select symbols that get exported when command line parameter \ref GAMSAOgdx "GDX" is set
525
+ "all" 1 Write all symbols
526
+ "newOrChanged" 1 Write only symbols that are new or got modified during compile or execution time
527
+ "assigned" 1 Write only symbols that got modified during execution time
528
+ GP_SolveLine string 0 "" 0 1 String replacement of solve line number
529
+ ImplicitAssign enumstr 0 "off" 1 1 Switch default for "$on/offImplicitAssign"
530
+ "off" 1 Activate $offImplicitAssign
531
+ "on" 1 Activate $onImplicitAssign
532
+ IncrementalMode integer 0 0 0 maxint 0 1 Run GAMSCMEX in a mode that runs small models on top of each other without terminating.
533
+ MemoryManager enumint 0 0 1 1 Allows to try an experimental memory manager
534
+ 0 1 Established default memory manager
535
+ 1 1 Experimental memory manager
536
+ MIIMode enumstr 0 "off" 1 1 Model Instance Mode
537
+ "off" 1 Default behavior
538
+ "singleMI" 1 Setup to inspect a single model instance
539
+ "multiMI" 1 Setup to inspect multiple model instances from one model
540
+ NetLicense string 0 "" 0 1 Use instantiated network license
541
+ ComPort integer 0 0 0 65535 0 1 Defines a port for socket communication with GAMS Studio to be used for various purposes, like profiling
542
+ Replace enumstr 0 "on" 1 1 Switch between merge and replace when reading from GDX into non-empty symbol
543
+ "off" 1 Merge into existing data when loading
544
+ "on" 1 Replace existing data when loading
545
+ SuffixAlgebraVars enumstr 0 "on" 1 1 Switch default for "$on/offSuffixAlgebraVars"
546
+ "off" 1 Activate $offSuffixAlgebraVars
547
+ "on" 1 Activate $onSuffixAlgebraVars
548
+ writeOutput enumint 0 1 1 1 Switch to write output file
549
+ 0 1 Suppress output file creation
550
+ 1 1 Write output file
551
+ *
552
+ * multi list section
553
+ *
554
+ InputDir multilist -1 1 1 Input file directories (searched at compile time)
555
+ InputDir1 InputDir2 InputDir3 InputDir4 InputDir5 InputDir6 InputDir7 InputDir8 InputDir9 InputDir10 InputDir11 InputDir12 InputDir13 InputDir14 InputDir15 InputDir16 InputDir17 InputDir18 InputDir19 InputDir20 InputDir21 InputDir22 InputDir23
556
+ InputDir24 InputDir25 InputDir26 InputDir27 InputDir28 InputDir29 InputDir30 InputDir31 InputDir32 InputDir33 InputDir34 InputDir35 InputDir36 InputDir37 InputDir38 InputDir39 InputDir40
557
+ *
558
+ * synonym section
559
+ *
560
+ EY synonym EolOnly
561
+ R synonym Restart
562
+ I synonym Input
563
+ O synonym Output
564
+ S synonym Save
565
+ XS synonym XSave
566
+ EF synonym Expand
567
+ PW synonym PageWidth
568
+ PS synonym PageSize
569
+ PC synonym PageContr
570
+ A synonym Action
571
+ SD synonym ScrDir
572
+ SN synonym ScrNam
573
+ CDir synonym CurDir
574
+ WDir synonym WorkDir
575
+ PDir synonym PutDir
576
+ GDir synonym GridDir
577
+ SCRIPT synonym ScriptNext
578
+ SF synonym ScriptFrst
579
+ LL synonym LogLine
580
+ lo synonym LogOption
581
+ LF synonym LogFile
582
+ AO synonym AppendOut
583
+ AL synonym AppendLog
584
+ MP synonym MultiPass
585
+ DF synonym DFormat
586
+ TF synonym TFormat
587
+ SCNTR synonym SolverCntr
588
+ SMATR synonym SolverMatr
589
+ SINST synonym SolverInst
590
+ SSTAT synonym SolverStat
591
+ SSOLU synonym SolverSolu
592
+ SDICT synonym SolverDict
593
+ PU synonym PoolUse
594
+ PF1 synonym PoolFree1
595
+ PF2 synonym PoolFree2
596
+ PF3 synonym PoolFree3
597
+ PF4 synonym IntVarUp
598
+ PoolFree4 synonym IntVarUp
599
+ PF5 synonym PoolFree5
600
+ PF6 synonym PoolFree6
601
+ PF7 synonym PoolFree7
602
+ CX synonym CodeX
603
+ TM synonym TopMargin
604
+ LM synonym LeftMargin
605
+ BM synonym BotMargin
606
+ DP synonym DumpParms
607
+ IDIR1 synonym InputDir1
608
+ IDIR2 synonym InputDir2
609
+ IDIR3 synonym InputDir3
610
+ IDIR4 synonym InputDir4
611
+ IDIR5 synonym InputDir5
612
+ IDIR6 synonym InputDir6
613
+ IDIR7 synonym InputDir7
614
+ IDIR8 synonym InputDir8
615
+ IDIR9 synonym InputDir9
616
+ IDIR10 synonym InputDir10
617
+ IDIR11 synonym InputDir11
618
+ IDIR12 synonym InputDir12
619
+ IDIR13 synonym InputDir13
620
+ IDIR14 synonym InputDir14
621
+ IDIR15 synonym InputDir15
622
+ IDIR16 synonym InputDir16
623
+ IDIR17 synonym InputDir17
624
+ IDIR18 synonym InputDir18
625
+ IDIR19 synonym InputDir19
626
+ IDIR20 synonym InputDir20
627
+ IDIR21 synonym InputDir21
628
+ IDIR22 synonym InputDir22
629
+ IDIR23 synonym InputDir23
630
+ IDIR24 synonym InputDir24
631
+ IDIR25 synonym InputDir25
632
+ IDIR26 synonym InputDir26
633
+ IDIR27 synonym InputDir27
634
+ IDIR28 synonym InputDir28
635
+ IDIR29 synonym InputDir29
636
+ IDIR30 synonym InputDir30
637
+ IDIR31 synonym InputDir31
638
+ IDIR32 synonym InputDir32
639
+ IDIR33 synonym InputDir33
640
+ IDIR34 synonym InputDir34
641
+ IDIR35 synonym InputDir35
642
+ IDIR36 synonym InputDir36
643
+ IDIR37 synonym InputDir37
644
+ IDIR38 synonym InputDir38
645
+ IDIR39 synonym InputDir39
646
+ IDIR40 synonym InputDir40
647
+ IDIR synonym InputDir
648
+ LDIR synonym LibIncDir
649
+ SDIR synonym SysIncDir
650
+ U1 synonym User1
651
+ U2 synonym User2
652
+ U3 synonym User3
653
+ U4 synonym User4
654
+ U5 synonym User5
655
+ FW synonym ForceWork
656
+ GLAN synonym GLanguage
657
+ GFINC synonym GFinclude
658
+ UT synonym UnitType
659
+ GFIMP synonym GFImplicit
660
+ RF synonym Reference
661
+ ExecErr synonym MaxExecError
662
+ PF synonym ParmFile
663
+ ER synonym ErrorLog
664
+ JT synonym JobTrace
665
+ TL synonym TraceLevel
666
+ ST synonym SetType
667
+ SP synonym SavePoint
668
+ SL synonym SolveLink
669
+ noSolveSkip synonym Sys12
670
+ HL synonym HeapLimit
671
+ SE synonym ScrExt
672
+ AE synonym AppendExpand
673
+ ETL synonym ETLim
674
+ PTOL synonym ProfileTol
675
+ PFILE synonym ProfileFile
676
+ GScript synonym GridScript
677
+ DPLP synonym DumpParmsLogPrefix
678
+ SO synonym SaveObfuscate
679
+ XSO synonym XSaveObfuscate
680
+ RN synonym RestartNamed
681
+ RFLN synonym ReferenceLineNo
682
+ CP synonym CompilerPreview
683
+ *
684
+ * deprecated section
685
+ *
686
+ ver144 deprecated
687
+ CtrlZ Enable reading control Z - not needed anymore - will be ignored
688
+ CtrlM Enable flexible line ending - all line endings are recognized
689
+ PoolUse Manage memory pools - not needed anymore - will be ignored
690
+ PoolFree1 Manage memory pools N - not needed anymore - will be ignored
691
+ PoolFree2 Manage memory pools N - not needed anymore - will be ignored
692
+ PoolFree3 Manage memory pools N - not needed anymore - will be ignored
693
+ PoolFree5 Manage memory pools N - not needed anymore - will be ignored
694
+ PoolFree6 Manage memory pools N - not needed anymore - will be ignored
695
+ PoolFree7 Manage memory pools N - not needed anymore - will be ignored
696
+ CodeX Controls the allocation of executable code - Not used anymore (will be ignored)
697
+ NlCon Nonlinear instructions search length - not needed anymore - will be ignored
698
+ GLanguage
699
+ GFinclude
700
+ UnitType
701
+ GFImplicit
702
+ GFExt - inactive
703
+ SetType Used to set the type of --keys - not used anymore - will be ignored
704
+ ver238 deprecated
705
+ TopMargin Output file page top margin
706
+ LeftMargin Output file page left margin
707
+ BotMargin Output file page bottom margin, lines added at the end of a page
708
+ ver480 deprecated
709
+ UseDLL Use Cmex library instead of executable
710
+ Debug Run GAMS in debugging mode
711
+ ver310 deprecated
712
+ PySetup GAMS/Python Setup
713
+ ver460 deprecated
714
+ PyMultInst GAMS/Python Multiple Instance Interpreter - Not used anymore (will be ignored)
715
+ *
716
+ * Groups
717
+ * <group-ident> group <group-number <help-context> <help-text>
718
+ *
719
+ general group 1 1 General options
720
+ saverestar group 2 1 Save and Restart related options
721
+ solvers group 3 1 Solver related options
722
+ deprecated group 4 1 Deprecated options
723
+ misc group 5 1 miscellaneous
724
+ *** End of file