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,1318 @@
1
+ ***************************************************************
2
+ * Do not edit this file which was generated by another program
3
+ * $Id$
4
+ ***************************************************************
5
+ 0 Integer number expected
6
+ 1 Real number expected
7
+ 2 Identifier expected
8
+ 3 Element expected
9
+ 4 '+' operator expected
10
+ 5 '*' operator expected
11
+ 6 '**' operator expected
12
+ 7 '(' expected
13
+ 8 ')' expected
14
+ 9 '$' operator expected
15
+ 10 ',' expected
16
+ 11 '.' expected
17
+ 12 ';' expected
18
+ 13 '++' operator expected
19
+ 14 relational operator expected - LT GT EG NE LE GE
20
+ 14 < > = <> <= >=
21
+ 15 OR operator expected
22
+ 16 INF expected
23
+ 17 SUM operator expected
24
+ 18 'parameter' expected
25
+ 19 'and' expected
26
+ 20 'not' operator expected
27
+ 21 'all' expected
28
+ 22 'positive' expected
29
+ 23 'elseif' expected
30
+ 24 'else' expected
31
+ 25 'loop' expected
32
+ 26 'table' expected
33
+ 27 'alias' expected
34
+ 28 'solve' expected
35
+ 29 'using' expected
36
+ 30 'option' expected
37
+ 31 'display' expected
38
+ 32 ORD expected
39
+ 33 CARD expected
40
+ 34 'model' expected
41
+ 35 'minimizing' or 'maximizing' expected
42
+ 36 '=' or '..' or ':=' or '$=' operator expected
43
+ 36 rest of statement ignored
44
+ 37 '=l=' or '=e=' or '=g=' operator expected
45
+ 38 Double or single quote expected
46
+ 39 Colon ':' expected
47
+ 40 'if' expected
48
+ 41 'while' expected
49
+ 42 'for' expected
50
+ 43 'do' expected
51
+ 44 'then' expected
52
+ 45 'until' expected
53
+ 46 'end...' expected
54
+ 49 '@' expected
55
+ 50 Loop controlling index appears in model equation(s)
56
+ 51 Endogenous function argument(s) not allowed in linear models
57
+ 52 Endogenous $-control operations not allowed
58
+ 53 Endogenous $ operation not allowed
59
+ 54 Endogenous operands for ** not allowed in linear models
60
+ 55 Endogenous operands for / not allowed in linear models
61
+ 56 Endogenous operands for * not allowed in linear models
62
+ 57 Endogenous relational operations require model type "dnlp"
63
+ 58 Endogenous smin smax require model type "dnlp"
64
+ 59 Endogenous smin smax sand sor require model type "dnlp"
65
+ 60 Endogenous operand for not requires model type "dnlp"
66
+ 61 Functions with discontinuous derivatives are illegal
67
+ 61 In nlp models. use "dnlp"
68
+ 62 Endogenous lag operations are illegal
69
+ 63 Functions illegal in model equations - normal, uniform, jnow ....
70
+ 64 Function called with non constant argument
71
+ 65 Discrete variables can only appear in MIP, RMIP, MINLP
72
+ 65 RMINLP MIQCP or RMIQCP MPEC RMPEC problems.
73
+ 66 Use of a symbol that has not been defined or assigned
74
+ 66 A wild shot: You may have spurious commas in the explanatory
75
+ 66 text of a declaration. Check symbol reference list.
76
+ 67 This symbol is not allowed for this type of solution
77
+ 68 Variables are only allowed in equ.var pairs for MCP, CNS, MPEC, RMPEC
78
+ 69 Dimension of variable is unknown
79
+ 70 The dimensions of the equ.var pair do not conform
80
+ 71 The symbol shown has been declared as an equation, but no
81
+ 71 Symbolic equation (..) was found. hint - look for commas in the
82
+ 71 Documentation text for the equations. use quotes around the
83
+ 71 Text or eliminate the commas.
84
+ 72 A variable reference can only follow an equation in an MCP
85
+ 73 Incorrect substitution symbol in %xxx.yyy%
86
+ 73 GAMS.yyy or SYSTEM.yyy or xxx.HEAD or xxx.TAIL
87
+ 74 An undefined procedure has been encountered in a model list
88
+ 75 This procedure call makes the model nonlinear
89
+ 76 An Equation has been referenced by a procedure but does not
90
+ 76 exist in the model list. You need to add this equation to
91
+ 76 the model list
92
+ 77 The second argument in the function POWER has to evaluate
93
+ 77 to an integer constant
94
+ 78 Domains on equ.var pair are inconsistent
95
+ 79 The third (last) argument has to evaluate to a constant
96
+ 80 A '..' expected for equation specification
97
+ 81 A '=' expected for assignment statements. Alternative
98
+ 81 assignment operators are '$=' and ':='.
99
+ 92 CTRL-Z character encountered in source file. This character is
100
+ 92 sometimes uploaded from MS-DOS systems. Correct the input
101
+ 92 or use the GAMS parameter CTRLZ. 'GAMS input CTRLZ=1 ....' will
102
+ 92 treat the CTRL-Z character as a blank.
103
+ 93 A set has to be indexed when used on the left side
104
+ 94 Sign illegal with acronyms, 'na' and 'eps'
105
+ 95 'yes' or 'no' not allowed here
106
+ 96 Blank needed between identifier and text
107
+ 96 (-or- illegal character in identifier)
108
+ 96 (-or- check for missing ';' on previous line)
109
+ 97 Explanatory text can not start with '$', '=', or '..'
110
+ 97 (-or- check for missing ';' on previous line)
111
+ 98 Non-blank character(s) beyond max input line length (80000)
112
+ 98 (check that each line ends with a carriage return)
113
+ 99 Character is illegal in gams input - reset to blank
114
+ 100 Tab character is illegal - reset to blank
115
+ 100 you may want to use the gams parameter 'tabin' to
116
+ 100 enable tab expansion. for example: 'tabin 8' will
117
+ 100 use tab positions 1,17,25,......
118
+ 100 >gams input .... tabin=8 ...
119
+ 101 Line overflow because of tab expansion - line truncated
120
+ 102 Too many digits in integer number
121
+ 102 abs(number) must be less or equal than 2147483647
122
+ 103 Too many digits in number
123
+ 103 $offdigit can be used to ignore trailing digits
124
+ 104 Exponent expected
125
+ 105 Exponent out of range
126
+ 105 $offdigit can be used to replace large numbers with UNDF
127
+ 106 abs(number) out of range
128
+ 106 abs(number) must be less than 1E300
129
+ 106 $offdigit can be used to replace large numbers with UNDF
130
+ 107 Symbol too long
131
+ 108 Suffix identifier too long
132
+ 109 Identifier/Element too long
133
+ 110 Too many decimal points in a number
134
+ 111 Wrong suffix on variable assignment - allowable are
135
+ 111 l level (activity)
136
+ 111 m marginal (reduced cost)
137
+ 111 lo lower bound
138
+ 111 up upper bound
139
+ 111 scale variable scale
140
+ 111 prior priority for MIPs
141
+ 111 fx fix level, lower and upper at same value
142
+ 112 Wrong suffix on equation reference - allowable are
143
+ 112 l level (activity)
144
+ 112 m marginal (reduced cost)
145
+ 112 lo lower bound
146
+ 112 up upper bound
147
+ 112 scale equation scale
148
+ 112 slacklo slack from lower bound
149
+ 112 slackup slack from upper bound
150
+ 112 slack min(slacklo, slackup)
151
+ 112 infeas infeasibility
152
+ 112 range difference between lower and upper bound
153
+ 113 Wrong suffix on model - allowable are
154
+ 113 1. model specific run time options - will override global
155
+ 113 Bratio, Cheat, CutOff, DefPoint, DictFile, DomLim, FDDelta
156
+ 113 FDOpt, HoldFixed, Integer1, Integer2, Integer3, Integer4, Integer5
157
+ 113 IterLim, LimCol, LimRow, MCPRHoldfx, NodLim, OptCA, OptCR
158
+ 113 OptFile, PriorOpt, Real1, Real2, Real3, Real4, Real5, Reform
159
+ 113 ResLim, SavePoint, ScaleOpt, SolPrint, SolveLink, SolveOpt
160
+ 113 SysOut, Threads, TolInfeas, TolInfRep, TolProj, TryInt, TryLinear
161
+ 113 WorkFactor, WorkSpace
162
+ 113 2. set by gams after each solve execution
163
+ 113 DomUsd, ETAlg, ETSolve, ETSolver, Handle, IterUsd, Line, LinkUsed
164
+ 113 Marginals, MaxInfes, MeanInfes, ModelStat, NodUsd, Number
165
+ 113 NumDepnd, NumDVar, NumEqu, NumInfes, NumNLIns, NumNLNZ, NumNOpt
166
+ 113 NumNZ, NumRedef, NumVar, NumVarProj, ObjEst, ObjVal, ProcUsed
167
+ 113 ResCalc, ResDeriv, ResGen, ResIn, ResOut, ResUsd, RngBndMax
168
+ 113 RngBndMin, RngMatMax, RngMatMin, RngRhsMax, RngRhsMin, RObj
169
+ 113 SolveStat, SumInfes, SysIdent, SysVer
170
+ 114 Closing quote missing in element
171
+ 115 Label is unknown in symbolic equation
172
+ 115 You may change this error with $onwarning/offwarning
173
+ 115 to a warning message or do not use ON115=1
174
+ 116 Label is unknown
175
+ 117 Domain checking suppressed for this symbol
176
+ 118 Unrecognized statement
177
+ 119 Number (primary) expected
178
+ 120 Unknown identifier entered as set
179
+ 121 Set expected
180
+ 122 One dimensional set expected
181
+ 123 Set has not been initialized and the dimension is unknown
182
+ 124 Suffix for a set not allowed
183
+ 125 Set is under control already
184
+ 126 Set identifier or '(' expected
185
+ 127 Base of power not a real number
186
+ 128 Exponent of power not a real number
187
+ 130 Division not defined for a set
188
+ 131 Incompatible operands for multiplication
189
+ 133 Incompatible operands for addition
190
+ 135 Incompatible operands for relational operator
191
+ 136 Aliased redefinition of loop controlled set (map)
192
+ 139 Wrong suffix on file - allowable are
193
+ 139 ps, pw, bm, tm (page options)
194
+ 139 cr, cc, ll (current cursor)
195
+ 139 tw, tj, tf (text options)
196
+ 139 lw, lj (label options)
197
+ 139 sw, sj (set options)
198
+ 139 nw, nj, nd, nz (number options)
199
+ 139 tlcr, tlcc, tlll (title cursor)
200
+ 139 hdcr, hdcc, hdll (header cursor)
201
+ 139 lp, pc, ap, case (file options)
202
+ 140 Unknown symbol
203
+ 141 Symbol declared but no values have been assigned. Check for missing
204
+ 141 data definition, assignment, data loading or implicit assignment
205
+ 141 via a solve statement. Suppress with $onImplicitAssign.
206
+ 141 A wild shot: You may have spurious commas in the explanatory
207
+ 141 text of a declaration. Check symbol reference list.
208
+ 142 No suffix allowed here - suffix ignored
209
+ 143 A suffix is missing
210
+ 144 Illegal identifier (model or function)
211
+ 145 Set identifier or quoted element expected
212
+ 146 Maximum number of dimensions exceeded
213
+ 147 Real value for lag operator expected
214
+ 148 Dimension different - The symbol is referenced with more/less
215
+ 148 indices as declared
216
+ 149 Uncontrolled set entered as constant
217
+ 150 Symbolic equations redefined
218
+ 151 The left and right side are of different type in an assignment
219
+ 151 use $conditions to convert or $ONMIXED
220
+ 152 The expression is set valued - not allowed in equations
221
+ 152 use $conditions to convert or $ONMIXED
222
+ 153 Uncontrolled set(s) in lag-expression
223
+ 154 Set for 'ord' is not controlled
224
+ 156 Inconsistent identifier (set) in alias list
225
+ 157 No known set found in alias list
226
+ 158 No aliased symbol found
227
+ 159 An aliased set is not allowed here
228
+ 159 aliased sets can only be used for indexing and
229
+ 159 cannot be assigned or used as operands.
230
+ 160 Unique element expected - a starting symbol was encountered
231
+ 160 and parsing will continue by entering 'element'.
232
+ 160 An UNQUOTED element has to start with a letter or digit
233
+ 160 followed by letters, digits, '+', '-' or '_'. The length
234
+ 160 is limited to 63 characters. The following words are
235
+ 160 reserved (starting symbols of a GAMS statement) and cannot
236
+ 160 be used for UNQUOTED set elements:
237
+ 160
238
+ 160 ABORT, ACRONYM(S), ALIAS, BINARY, DISPLAY, ELSE
239
+ 160 EQUATION(S), EXECUTE, FILE(S), FOR, FREE, IF, INTEGER, LOOP
240
+ 160 MODEL(S), NEGATIVE, OPTION(S), PARAMETER(S)
241
+ 160 POSITIVE, PROCEDURE(S), PUT, PUTCLEAR, PUTCLOSE, PUTHD
242
+ 160 PUTPAGE, PUTTL, SCALAR(S), SEMICONT, SET(S), SOS1, SOS2
243
+ 160 TABLE, VARIABLE(S), WHILE
244
+ 160
245
+ 160 QUOTED elements can contain any character. Single and
246
+ 160 double quotes can be used (starting and ending quote have
247
+ 160 to match).
248
+ 161 Conflicting dimensions in element
249
+ 162 The variant part of the macro label contains a non-digit
250
+ 163 Too many digits in numeric part of macro
251
+ 165 First number greater than second number in macro
252
+ 165 -or- more digits in first number than second (eg x01*x9)
253
+ 165 -or- leading zero illegal on second number (eg x1*x010)
254
+ 166 A table must have two or more dimensions - use parameter list
255
+ 166 rest of table will be ignored
256
+ 167 Redefinition of loop controlled set (map)
257
+ 168 Assignment not allowed to this identifier
258
+ 169 Equation definition within a LOOP or IF statement not allowed
259
+ 170 Domain violation for element
260
+ 171 Domain violation for set
261
+ 172 Element is redefined
262
+ 174 Symbol is not a set
263
+ 175 A map with the same name is already active
264
+ 176 A row with the same name has been defined before in this table.
265
+ 179 A '(' was expected - insert and continue
266
+ 180 'variable' expected
267
+ 181 Closing '/' missing in scalar statement
268
+ 182 Closing '/' missing in a set, parameter or model statement
269
+ 183 Closing '/' missing in file statement
270
+ 184 Domain list redefined
271
+ 185 Set identifier or '*' expected
272
+ 186 Illegal data list ignored
273
+ 187 Assigned set used as domain
274
+ 188 Assigning to this set is NOT allowed. The set may have been
275
+ 188 used in a domain definition or is a predefined/readonly set.
276
+ 189 Domain list not allowed for scalar, acronym or model
277
+ 190 Text too long, max is 255 characters
278
+ 191 Closing quote missing
279
+ 192 Identifier or quoted string expected
280
+ 193 Text for symbol redefined
281
+ 194 Symbol redefined - a second data statement for the same symbol
282
+ 194 or a data statement after an assignment
283
+ 194 Hint: You could use $onMulti to merge the data from different
284
+ 194 data statements or $onMultiR to replace existing data
285
+ 194 with data from a later data statement
286
+ 195 Symbol redefined with a different type
287
+ 196 Variable redefined with a different subtype
288
+ 197 Lag or 'ord' illegal with non constant set
289
+ 197 $offOrder allows lag operations on dynamic sets, reset with
290
+ 197 $onOrder or use of a * universe
291
+ 198 Set used in 'ord' or lag is not ordered.
292
+ 198 Hint: Some of the elements of the set were used before this
293
+ 198 was initialized and the order was different from the order used
294
+ 198 in this set. Try to initialize the set earlier.
295
+ 198 $offOrder allows lag operations on dynamic sets, reset with
296
+ 198 $onOrder
297
+ 199 Assigning to set used in 'ord' or lag
298
+ 199 this statement changes the content of a set
299
+ 199 previously used with 'ord' or lag/lead.
300
+ 200 Function not allowed here
301
+ 201 Invalid argument for function
302
+ 202 Too many arguments for function
303
+ 203 Too few arguments for function
304
+ 205 Missing dollar control option
305
+ 206 A phantom cannot be redefined
306
+ 207 A phantom element must have a zero value
307
+ 208 Missing phantom element
308
+ 209 An existing element cannot be used as phantom element
309
+ 210 Unknown dollar control option. Valid are -
310
+ 210 onExternalInput, offExternalInput, onExternalOutput
311
+ 210 offExternalOutput, onIDCProtect, offIDCProtect
312
+ 210 onImplicitAssign, offImplicitAssign, onMargin, offMargin
313
+ 210 minCol, maxCol, comment, dollar, onDigit, offDigit, hidden
314
+ 210 onText, offText, onUpper, offUpper, single, double, lines
315
+ 210 title, sTitle, onSymList, offSymList, onUelList, offUelList
316
+ 210 onSymXRef, offSymXRef, onUelXRef, offUelXRef, debug, onDollar
317
+ 210 offDollar, phantom, version, call, callAsync, callAsyncIC
318
+ 210 callAsyncNC, callTool, hiddenCall, hiddenCallTool, include
319
+ 210 onInclude, offInclude, sysInclude, libInclude, insert
320
+ 210 sysInsert, libInsert, batInclude, onCmsIncl, offCmsIncl
321
+ 210 funcLibIn, goto, label, maxGoTo, if, ifI, ifE, shift
322
+ 210 onNestCom, offNestCom, onInline, offInline, inlineCom
323
+ 210 onEolCom, offEolCom, eolCom, onMultiR, onMulti, offMulti
324
+ 210 onWarning, offWarning, onSparse, offSparse, stars, onMixed
325
+ 210 offMixed, onRecurse, offRecurse, onUni, offUni, onEps, offEps
326
+ 210 onEpsToZero, offEpsToZero, onDelim, offDelim, onEmpty
327
+ 210 offEmpty, onStrictSingleton, offStrictSingleton, onEnd
328
+ 210 offEnd, onListing, offListing, error, abort, kill, clear
329
+ 210 slice, offLog, onLog, onTroll, offTroll, onOrder, offOrder
330
+ 210 embeddedCode, embeddedCodeS, embeddedCodeV, pauseEmbeddedCode
331
+ 210 continueEmbeddedCode, continueEmbeddedCodeS
332
+ 210 continueEmbeddedCodeV, endEmbeddedCode, onEmbeddedCode
333
+ 210 onEmbeddedCodeS, onEmbeddedCodeV, offEmbeddedCode
334
+ 210 scratchFileName, onCheckErrorLevel, offCheckErrorLevel
335
+ 210 onFiltered, offFiltered, onSuffixDLVars, offSuffixDLVars
336
+ 210 onSuffixAlgebraVars, offSuffixAlgebraVars, onFold, offFold
337
+ 210 gdxIn, gdxOut, declareAndLoad, gdxLoad, gdxLoadAll, gdxUnload
338
+ 210 load, loadR, loadM, loadDc, loadDcR, loadDcM, loadFiltered
339
+ 210 loadFilteredR, loadFilteredM, loadIdx, unload, setLocal
340
+ 210 setGlobal, set, evalLocal, evalGlobal, eval, setEnv
341
+ 210 dropLocal, dropGlobal, drop, dropEnv, setArgs, setNames
342
+ 210 splitOption, setComps, escape, onGlobal, offGlobal, setDdList
343
+ 210 prefixPath, show, showFiles, showMacros, showVariables, macro
344
+ 210 onMacro, offMacro, onDotL, offDotL, onExpand, offExpand
345
+ 210 offLocal, onLocal, onDotScale, offDotScale, expose, protect
346
+ 210 hide, purge, compress, encrypt, decompress, run, stop, exit
347
+ 210 log, echo, echoN, use205, use225, use999, diff, onEcho
348
+ 210 onEchoV, onEchoS, offEcho, onPut, onPutV, onPutS, offPut
349
+ 210 clearError, clearErrors, warning, terminate, remark, onUndf
350
+ 210 offUndf, onEmbedded, offEmbedded, onVerbatim, offVerbatim
351
+ 210 ifThen, ifThenI, ifThenE, elseIf, elseIfI, elseIfE, else
352
+ 210 endIf, eject, onECImplicitLoad, offECImplicitLoad, save
353
+ 210 xsave
354
+ 211 Left margin must be less than right margin
355
+ 212 Left margin can not be less than 1
356
+ 213 Right margin must be greater than left margin and 15
357
+ 214 Right margin must be less than 256
358
+ 215 Unknown dollar debug option. valid are -
359
+ 215 dmpsym dmpcpl dmptpl dmpins dmpmod measure tabteston tabtestoff
360
+ 215 memorystat domteston domtestoff dmplim dmpunits
361
+ 216 No previous "ontext"
362
+ 217 "offtext" expected
363
+ 218 Dollar and comment characters must be different
364
+ 219 Single character between blanks expected
365
+ 220 Partial overlapping column adjusted
366
+ 221 Total overlapping column ignored
367
+ 222 Row dimension inconsistent with declared dimension and
368
+ 222 column dimension
369
+ 223 Overlapping row name
370
+ 224 Overlapping entry ignored
371
+ 225 Floating entry ignored
372
+ 226 Multiple entry ignored
373
+ 227 $label has been defined previously in this file
374
+ 228 Column dimension has changed
375
+ 229 Row dimension has changed
376
+ 230 Identifier is not a model
377
+ 233 Empty model list
378
+ 233 no legal data between / / or 'all' without any equations
379
+ 234 Illegal type in model list - equation or equation.variable
380
+ 234 or another model list
381
+ 235 Table text terminated with illegal character '/'
382
+ 236 Duplicate identifier(s) in model definition
383
+ 240 The suffix .te can only be used with sets in a put list
384
+ 241 Model has not been defined
385
+ 243 Objective is not a variable
386
+ 244 Unknown or missing processor (LP,MIP,...)
387
+ 245 Objective variable not referenced in model
388
+ 246 Objective variable is not a free variable
389
+ 247 No algorithm available for this class of model
390
+ 250 Unknown option. valid are -
391
+ 250 LP = "lpname" ( This works for all other model types as well:
392
+ 250 MIP, RMIP, NLP, MCP, MPEC, RMPEC, CNS, DNLP, RMINLP
393
+ 250 MINLP, QCP, MIQCP, RMIQCP, EMP )
394
+ 250 -no values:
395
+ 250 DmpOpt, DmpSym, DmpUserSym, Eject, Measure, MemoryStat, SubSystems
396
+ 250
397
+ 250 -strings: [name=default/option/option/...]
398
+ 250 ECImplicitLoad=off/on, ECLogLine=off/on, EpsToZero=off/on
399
+ 250 Filtered=off/on, gdxUels=Squeezed/Full, Replace=off/on
400
+ 250 SolPrint=off/on/Silent, SolveOpt=Merge/Replace/Clear
401
+ 250 SysOut=off/on, ZeroToEps=off/on
402
+ 250
403
+ 250 -numeric values:
404
+ 250 AsyncSolLst, Bratio, CheckErrorLevel, Decimals, DispWidth, DomLim
405
+ 250 DualCheck, FDDelta, FDOpt, ForLim, HoldFixedAsync, IDCProtect
406
+ 250 Integer1, Integer2, Integer3, Integer4, Integer5, IntVarUp, IterLim
407
+ 250 LimCol, LimRow, MaxGenericFiles, MCPRHoldfx, OptCA, OptCR, Profile
408
+ 250 ProfileTol, Real1, Real2, Real3, Real4, Real5, Reform, ResLim
409
+ 250 SavePoint, Seed, SolSlack, SolveLink, strictSingleton, Sys10
410
+ 250 Sys11, Sys12, Sys15, Sys16, Sys17, Sys18, Sys19, Threads, ThreadsAsync
411
+ 250
412
+ 250 "symbol":decimals:rows:columns (display control)
413
+ 250 (decimals, rows, columns are integers. Number of
414
+ 250 displayed decimal places, labels for each row and
415
+ 250 for each column)
416
+ 251 Unknown option value
417
+ 252 System option value too large
418
+ 253 Unknown algorithm
419
+ 253 The GAMS statement 'option subsystems;' will list
420
+ 253 the installed subsystems in the GAMS listing file.
421
+ 254 Algorithm not licensed
422
+ 255 Algorithm not suitable for process
423
+ 255 The GAMS statement 'option subsystems;' will list the installed
424
+ 255 subsystems and their capabilities in the GAMS listing file.
425
+ 256 Error(s) in analyzing solve statement.
426
+ 257 Solve statement not checked because of previous errors
427
+ 258 Option "decimals" must be in range 0..8
428
+ 259 A mapping set with the suffix .TL has to have a dimension of one
429
+ 260 Too many instructions to compile
430
+ 260 (split your file into 2 parts and use save then restart)
431
+ 261 The suffix .TL can only be used in a PUT statement on
432
+ 261 a controlling set or on a one dimensional map, for example:
433
+ 261 loop(tt(t), put tt.tl t.tl .. );
434
+ 262 Minimizing/Maximizing does not apply to this model type
435
+ 263 A Singleton Set with the suffix .TL has to have a dimension of one
436
+ 264 Cannot use uncontrolled Singleton Set as index in a put statement
437
+ 265 Equation has not been defined
438
+ 266 Identifier is not an equation
439
+ 267 A variable appeared more than once in an equ.var pair
440
+ 269 A hercules or sambal model must contain 3 identifiers
441
+ 270 A matbal model must contain 5 identifiers
442
+ 271 Illegal type (not set, parameter, variable or equation)
443
+ 272 Dimension not known
444
+ 273 Display format specification must have 1 or 3 sub-fields
445
+ 273 Required format is :-
446
+ 273 option "symbol":decimals:rows:columns;
447
+ 273 -or- option "symbol":decimals;
448
+ 273 decimals: in range 0..8 (ignored for a set)
449
+ 273 rows: 0 forces display into list format
450
+ 273 -or- 1..(dimension-1) number of labels on each row
451
+ 273 columns: max number of columns across page if row spec is 0
452
+ 273 -or- 1..(dimension-rows) number of labels each column
453
+ 274 Inconsistent values for display specification
454
+ 274 Required format is :-
455
+ 274 option "symbol":decimals:rows:columns;
456
+ 274 -or- option "symbol":decimals;
457
+ 274 decimals: in range 0..8 (ignored for a set)
458
+ 274 rows: 0 forces display into list format
459
+ 274 -or- 1..(dimension-1) number of labels on each row
460
+ 274 columns: max number of columns across page if row spec is 0
461
+ 274 -or- 1..(dimension-rows) number of labels each column
462
+ 275 This set is used already as an indexing map and can only be used
463
+ 275 as a reference. No additional indexing is possible.
464
+ 275 For example, x(link(i,j),link(ii,jj)) = .... is incorrect
465
+ 275 because link now serves as a driving index
466
+ 276 Invalid external name specified - one of the following applies
467
+ 276 invalid file name syntax -or-
468
+ 276 name is already used -or-
469
+ 276 name is same as input or output file name -or-
470
+ 276 a file name from save files is no longer valid due to the above
471
+ 277 A controlled index cannot become a map
472
+ 278 Lags are not allowed on maps
473
+ 279 Map has been redefined
474
+ 280 Include/insert filename already in use
475
+ 280 $onrecurse will allow recursive includes
476
+ 281 Maximum include file nest level exceeded
477
+ 282 Unable to open include file
478
+ 282 Hint: Does the filename need to be quoted?
479
+ 283 Expecting external file name as $include name or "name" or 'name'
480
+ 284 Missing error mark
481
+ 285 Illegal selection of in-line/end-of-line comment delimiter(s)
482
+ 285 conflicts with other special characters
483
+ 286 Invalid in-line/end-of-line comment delimiter specification
484
+ 286 single delimiter - $inlinecom { }
485
+ 286 - $eolcom #
486
+ 286 -or- double delimiter - $inlinecom /* */
487
+ 286 - $eolcom _$
488
+ 286 This file may have inherited the same comment character(s).
489
+ 286 For example use: $offeolcom $offinline $eolcom !
490
+ 287 In-line comment still active at end of main or included input file
491
+ 288 Opening in-line comment equal to eol comment
492
+ 290 Width of put field cannot be set valued
493
+ 291 Decimals for put field cannot be set valued
494
+ 292 Unknown justification type
495
+ 293 No external file has been declared
496
+ 294 No external file assigned - A file has to be made current by
497
+ 294 using the name on a put statement, i.e. PUTxxx fname ....
498
+ 295 Expression for row or column address has to be real
499
+ 296 Wrong or missing system suffix - allowable are
500
+ 296 Date, Time, Title, Page, SFile, RTime, RDate, RFile, IFile
501
+ 296 OFile, Version, Platform, GString, SString, PFile, ILine
502
+ 296 OPage, VerID, Elapsed, Memory, TStart, TClose, TComp, TExec
503
+ 296 Date1, Tab, IncParent, IncParentL, IncName, IncLine, Line
504
+ 296 ListLine, FileSys, PrLine, PrPage, FE, FN, FP, ReDirLog, NullFile
505
+ 296 ErrorLevel, LicenseLevel, HostPlatform, GamsVersion, GdxFileNameIn
506
+ 296 GdxFileNameOut, BuildCode, GamsRelease, IsAlphaBeta, PutFileName
507
+ 296 MaxInput, JobHandle, UserName, ComputerName, GamsReleaseMaint
508
+ 296 DirSep, MACAddress, UserConfigDir, UserDataDir, LicenseFileName
509
+ 296 IsNetworkLicense
510
+ 297 Suffix not allowed here
511
+ 298 Wrong suffix for this type
512
+ 299 Unexpected end of file
513
+ 300 Remaining errors not printed for this line
514
+ 301 Batch include parameter too long
515
+ 302 Batch include substitution line exceeded maximum input length
516
+ 303 Dollar control directive only valid in batch include files
517
+ 303 Use $BATINCLUDE instead of $INCLUDE.
518
+ 304 Expecting label identifier
519
+ 305 $label, $ifthen $elseif $else $endif must be first dollar control
520
+ 305 statement on a single line
521
+ 306 Unresolved goto label
522
+ 307 Apparent infinite loop. Too many $goto jumps to a $label.
523
+ 307 This was set and can be changed with $maxgoto n.
524
+ 308 Expected a complete $if/ifthen/elseif conditional on the same line.
525
+ 308 The statement can be placed on the next line as shown below:
526
+ 308 $IF [NOT] condition statements
527
+ 308 $IF [NOT] condition
528
+ 308 statements
529
+ 309 No keyword found assume comparison expression : string1 == string2
530
+ 309 $IF [NOT] condition statement
531
+ 309 condition ::= EXIST filename
532
+ 309 ERRORLEVEL n
533
+ 309 ...
534
+ 309 string1 == string2
535
+ 310 Set identifier or * expected
536
+ 311 The function ord('string',expr) needs the second argument
537
+ 311 Note that ord('string') does NOT return the ordinal position
538
+ 311 of the label 'string'. ord('string',n) return the ordinal
539
+ 311 value of the n'th character in 'string'.
540
+ 312 This version of GAMS is too old to run this program
541
+ 313 The .fx suffix can only be used on the left side - ignored
542
+ 314 Use this suffix only in put statements - ignored
543
+ 315 Unknown suffix - ignored
544
+ 316 Implied type inconsistent with previous use of symbol
545
+ 317 Completely inconsistent type implications
546
+ 318 Domain list redefined - no previous domain list - * assumed
547
+ 318 when data was associated with this symbol
548
+ 319 Set must be defined to be used as a domain
549
+ 320 An aliased set cannot be redeclared
550
+ 321 A '(' following an 'IF' is missing. We assumed you wanted to write
551
+ 321 an if-statement. This statement has been introduced with GAMS 2.25
552
+ 321 and it is possible that 'if' was used as an identifier.
553
+ 321 The GAMS parameter G205=1 can be used to run with the old syntax.
554
+ 322 Wrong complementarity pair. Has to be equ.var.
555
+ 323 Priorities can only be used on discrete variables
556
+ 324 Scales cannot be applied to discrete variables
557
+ 325 Body of table missing - a ';' terminates a statement.
558
+ 326 An empty table statement is not followed by a legal statement
559
+ 327 A $goto in an active $onverbatim section
560
+ 328 Wrong suffix on equation assignment - allowable are
561
+ 328 l level (activity)
562
+ 328 m marginal (reduced cost)
563
+ 328 lo lower bound
564
+ 328 up upper bound
565
+ 328 scale equation scale
566
+ 328 fx lower and upper bound
567
+ 329 Wrong suffix on variable reference - allowable are
568
+ 329 l level (activity)
569
+ 329 m marginal (reduced cost)
570
+ 329 lo lower bound
571
+ 329 up upper bound
572
+ 329 scale variable scale
573
+ 329 prior priority for MIP
574
+ 329 slacklo slack from lower bound
575
+ 329 slackup slack from upper bound
576
+ 329 slack min(slacklo, slackup)
577
+ 329 infeas infeasibility
578
+ 329 range difference between lower and upper bound
579
+ 330 CALL failed
580
+ 331 Parameters longer than 255 characters
581
+ 332 $Warning encountered - see listing for details
582
+ 333 $Error encountered - see listing for details
583
+ 334 Illegal data following a data element - rest ignored
584
+ 335 Complementarity pair equ.equ has to have the same names
585
+ 336 This version of GAMS does not allow the declaration of
586
+ 336 variables and equations. It is intended to run precompiled
587
+ 336 models only. If you need a fully licensed GAMS system contact
588
+ 336 your distributor or GAMS Development Corporation.
589
+ 337 A set has been domain-checked by itself but has more than
590
+ 337 one dimension. SET I(I) / a,b,c /;
591
+ 338 Unique element expected - symbol was not an element
592
+ 338 and the following text will be skipped until a proper
593
+ 338 symbol is found to recover. Remember that an UNQUOTED
594
+ 338 element has to start with a letter or digit
595
+ 338 followed by letters, digits, '+', '-' or '_'. The length
596
+ 338 is limited to 63 characters. The following words are
597
+ 338 reserved (starting symbols of a GAMS statement) and cannot
598
+ 338 be used for UNQUOTED set elements:
599
+ 338
600
+ 338 ABORT, ACRONYM(S), ALIAS, BINARY, DISPLAY, ELSE
601
+ 338 EQUATION(S), EXECUTE, FILE(S), FOR, FREE, IF, INTEGER, LOOP
602
+ 338 MODEL(S), NEGATIVE, OPTION(S), PARAMETER(S)
603
+ 338 POSITIVE, PROCEDURE(S), PUT, PUTCLEAR, PUTCLOSE, PUTHD
604
+ 338 PUTPAGE, PUTTL, SCALAR(S), SEMICONT, SET(S), SOS1, SOS2
605
+ 338 TABLE, VARIABLE(S), WHILE
606
+ 338
607
+ 338 QUOTED elements can contain any character. Single and
608
+ 338 double quotes can be used (starting and ending quote have
609
+ 338 to match).
610
+ 339 Option PROFILE=n cannot be used inside a loop.
611
+ 340 A label/element with the same name exist. You may have forgotten
612
+ 340 to quote a label/element reference. For example,
613
+ 340 set i / a,b,c /; parameter x(i); x('a') = 10;
614
+ 341 Symbol/ident missing in $IF [NOT] DECLARE/DEFINED statement
615
+ 341 Line has been ignored
616
+ 342 Illegal suffix syntax - has to start with a letter
617
+ 343 Abort triggered by above statement
618
+ 344 SMIN or SMAX not allowed on set valued expressions, use
619
+ 345 PROD and SUM instead.
620
+ 346 The file name exceeds the maximum length - Name truncated
621
+ 346 Use 'GAMS fn DP=2 ..' to get trace of file operations
622
+ 346 on the screen or logfile.
623
+ 347 Uncleared gstring overflow condition. A string was truncated
624
+ 347 and no other error trap was triggered. Most likely
625
+ 347 a file name operation. You may want to use 'GAMS fn DP=2 ..'
626
+ 347 to get trace of file operations
627
+ 348 The external file name is too long
628
+ 349 Declaration not allowed inside a LOOP or IF statement
629
+ 350 Unmatched parenthesis types. For example ( } or [ }
630
+ 351 checking suppressed for the remainder of this statement
631
+ 352 Set has not been initialized
632
+ 353 The domain for this index position is unknown and the element
633
+ 353 cannot be checked at this point. Missing data statement.
634
+ 360 Current maximum error
635
+ 361 Values for domain 1 are unknown - no checking possible
636
+ 362 Values for domain 2 are unknown - no checking possible
637
+ 363 Values for domain 3 are unknown - no checking possible
638
+ 364 Values for domain 4 are unknown - no checking possible
639
+ 365 Values for domain 5 are unknown - no checking possible
640
+ 366 Values for domain 6 are unknown - no checking possible
641
+ 367 Values for domain 7 are unknown - no checking possible
642
+ 368 Values for domain 8 are unknown - no checking possible
643
+ 369 Values for domain 9 are unknown - no checking possible
644
+ 370 Values for domain 10 or higher are unknown - no checking possible
645
+ 371 The procedure is still undefined - rest of statement ignored
646
+ 372 Not of the form EQU=VAR, VAR not of type variable
647
+ 373 Equation names without a suffix are only allowed for return
648
+ 373 arguments with variable capability
649
+ 374 Wrong type for Procedure definition
650
+ 375 Unit does not exist
651
+ 376 Function does not exist
652
+ 377 Unit name missing
653
+ 378 This argument cannot be called with a set
654
+ 379 This argument cannot be called with a constant
655
+ 380 Cannot be called with a variable type
656
+ 381 EQU=VAR pair only allowed on returns with variable capability
657
+ 382 Dimensions of argument does not match or is not known
658
+ 383 Cannot bind arguments - missing / .. / or proc(....) needed
659
+ 384 Missing or incorrect argument definition inherited
660
+ 385 Too many argument on this call
661
+ 386 Inconsistent domains on position 1
662
+ 387 Inconsistent domains on position 2
663
+ 388 Inconsistent domains on position 3
664
+ 389 Inconsistent domains on position 4
665
+ 390 Inconsistent domains on position 5
666
+ 391 Inconsistent domains on position 6
667
+ 392 Inconsistent domains on position 7
668
+ 393 Inconsistent domains on position 8
669
+ 394 Inconsistent domains on position 9
670
+ 395 Inconsistent domains on position 10 or higher
671
+ 396 Missing domain data
672
+ 397 Missing data for input argument(s)
673
+ 398 Unknown output dummy parameter for deriv=output.input
674
+ 399 Unknown input dummy parameter for deriv=output.input
675
+ 400 Missing input dummy parameter for deriv=output.input
676
+ 401 Dimensions for deriv=output.input do not match
677
+ 402 Input dummy parameter for deriv=output.input not a variable input
678
+ 403 Output dummy parameter for deriv=output.input not an equation output
679
+ 404 Derivative output not allowed in /...../ form
680
+ 405 Too few arguments on this call
681
+ 406 More than one key set (known set) in alias statement
682
+ 407 ELSE clause without a matching IF statement - ELSE ignored
683
+ 408 Too many ),] or }
684
+ 409 Unrecognizable item - skip to find a new statement
685
+ 409 looking for a ';' or a key word to get started again
686
+ 410 Wrong suffix on procedure - allowable are
687
+ 410 rc cptime stacksize temp domcount derivnoise derivstep
688
+ 410 derivtype
689
+ 411 Procedure argument error - deriv=out.in:ident
690
+ 411 not an ident
691
+ 412 Same derivative has been referenced twice - dropped
692
+ 413 This equation has been defined with a '..' statement and
693
+ 413 cannot bee used anymore with the equ=var format
694
+ 414 This equation has been used in a procedure with the
695
+ 414 equ=var form and cannot be redefined with '..'
696
+ 415 This equation can only be used together with a procedure
697
+ 415 because of the equ=var format
698
+ 416 Library name missing on INSERT statement
699
+ 417 File name missing on INSERT statement
700
+ 418 Unable to open INSERT file
701
+ 419 Library name has been used before - insert ignored
702
+ 420 The Insert header file is inconsistent with previous use
703
+ 420 The time stamp does not match. You can use $DEBUG DMPUNITS
704
+ 420 to get a summary of inserted definitions.
705
+ 421 Unable to load header file
706
+ 421 Need better messages for this
707
+ 422 New library different from old one
708
+ 423 New procedure different from old one
709
+ 424 Procedure previously defined
710
+ 425 Cannot override exiting bindings, only derivative requests are
711
+ 425 allowed
712
+ 426 Arguments not checked because of other errors
713
+ 427 Incorrect insert header file
714
+ 428 Don't allow suffix - only type parameter allowed
715
+ 429 Don't allow suffix notation for output arguments in / .... /
716
+ 430 Cannot $KILL,$CLEAR or $SLICE a symbol with a .suffix
717
+ 431 Illegal symbols in $SLICE command
718
+ 432 Missing information on $SLICE line
719
+ 433 Slice reference not terminated with ')'
720
+ 434 $SETxxx id - id missing
721
+ 435 $SETARG ... last cannot hold all remaining arguments
722
+ 436 %xxxxx% not defined
723
+ 437 CTRL-M character encountered in source file. This character is
724
+ 437 sometimes uploaded from MS-DOS systems. Correct the input
725
+ 437 or use the GAMS parameter CTRLM. 'GAMS input CTRLM=1 ....' will
726
+ 437 treat the CTRL-M character as a blank.
727
+ 438 Linefeed character encountered in source file. Most likely you
728
+ 438 are using a UNIX style file with the CR (control^M) missing.
729
+ 439 FOR index variable has to be a scalar
730
+ 440 Expression has to be real valued
731
+ 441 Expected TO or DOWNTO. The general syntax of a FOR statement is
732
+ 441 FOR ( i = start TO/DOWNTO end [BY increment] , statements )
733
+ 442 Expected a ',' or BY. The general syntax of a FOR statement is
734
+ 442 FOR ( i = start TO/DOWNTO end [BY increment] , statements )
735
+ 443 FOR index variable already in use by other FOR statement
736
+ 444 SYSTEM.xxx in DISPLAY statement not implemented
737
+ 445 More than one operator in a row. You need to use parenthesis
738
+ 445 if you want to use such statements. For example
739
+ 445 x := x + - not y; -> x := x + (- (not y));
740
+ 445 sum(i$not x, ..) -> sum(i$(not x),..)
741
+ 446 Incompatible operation on AND or OR. The flag $ONMIXED and
742
+ 446 $OFFMIXED can be used to permit mixed mode expressions.
743
+ 447 ident in EXECUTE statement not implemented
744
+ 448 %GAMS.xxxxx%, unknown command line parameter xxxxxx - no substitution
745
+ 449 %SYSTEM.xxx%, unknown xxxxxx - no substitution
746
+ 449 Date, Time, Title, Page, SFile, RTime, RDate
747
+ 449 RFile, IFile, OFile, Version, Platform, GString
748
+ 449 SString, PFile, ILine, OPage, VerID, Elapsed
749
+ 449 Memory, TStart, TClose, TComp, TExec, Date1
750
+ 449 Tab, IncParent, IncParentL, IncName, IncLine
751
+ 449 Line, ListLine, FileSys, PrLine, PrPage, FE
752
+ 449 FN, FP, ReDirLog, NullFile, ErrorLevel, LicenseLevel
753
+ 449 HostPlatform, GamsVersion, GdxFileNameIn, GdxFileNameOut
754
+ 449 BuildCode, GamsRelease, IsAlphaBeta, PutFileName
755
+ 449 MaxInput, JobHandle, UserName, ComputerName
756
+ 449 GamsReleaseMaint, DirSep, MACAddress, UserConfigDir
757
+ 449 UserDataDir, LicenseFileName, IsNetworkLicense
758
+ 449 LP,NLP,MIP,....
759
+ 450 Symbol following $IF [NOT] xxx id not an ident
760
+ 451 Expecting and integer following $IF [GDX]DIMENSION n
761
+ 452 Identifier, * or . expected
762
+ 453 Assignment to this parameter not allowed. This is a predefined
763
+ 453 readonly parameter type.
764
+ 454 Reached EOL in a delimited data record while reading a label
765
+ 455 Bad or missing delimiter while reading delimited data records
766
+ 456 The dimension has to be known if you want to use $ONDELIM
767
+ 456 for a SET, PARAMETER or TABLE data statement. $ondelim will
768
+ 456 be ignored for this section.
769
+ 456 Hint: The '*' can be used on the index list to set the dimension,
770
+ 456 e.g. Set dim2set(*,*);
771
+ 457 More than one entry on data line
772
+ 458 $echo must have redirection symbol > or >>
773
+ 459 $echo file cannot be opened
774
+ 460 Empty data statements not allowed. You may want to use $ON/OFFEMPTY
775
+ 461 Cannot have empty data statement without knowing dimension
776
+ 462 The row section in the previous table is missing
777
+ 463 The column section in the previous table is missing.
778
+ 463 You may want to use $ON/OFFEMPTY
779
+ 464 Looking for more data - illegal delimiter or missing data entries
780
+ 464 more column entries than data entries in this row
781
+ 465 Too much data on this line - rest ignored
782
+ 466 Number expected - rest of line ignored
783
+ 467 Wrong end statement - 'endif' expected
784
+ 468 Unexpected symbol encountered - this will terminate the loop
785
+ 468 Symbol replace by 'endloop'
786
+ 469 Wrong end statement - 'endwhile' expected
787
+ 470 Wrong end statement - 'endfor' expected
788
+ 471 Inlinecomment on $Include is not closed
789
+ 471 terminating comment symbol inserted before
790
+ 471 entering include file
791
+ 472 Too many delimiters
792
+ 473 Nonblank entries following the number
793
+ 474 Missing number in delimited data line
794
+ 475 Expecting and integer following $IF ERRORLEVEL/GAMSVERSION n
795
+ 476 Scale not allowed on =X= equation type
796
+ 477 Cannot assign to predefined symbol
797
+ 478 Column section under ondelim must be of dimension = 1
798
+ 479 Can only KILL/CLEAR/SLICE sets, parameters, variables
799
+ 479 and equations.
800
+ 480 The second argument in the function POWER has to evaluate
801
+ 480 to an integer constant.
802
+ 481 Suffix TMODSTAT and TSOLSTAT only valid with models
803
+ 482 A mapped variable cannot be an objective variable
804
+ 483 Mapped variables have to appear in the model
805
+ 484 Unmapped MCP equations cannot be =g= =l= or =n=
806
+ 485 Cannot get interactive console under the IDE
807
+ 486 Wrong suffix for CARD(id.suf)
808
+ 486 no suffix or .TE .TL .TS
809
+ 487 Set 'id' for CARD(id.TL) or CARD(id.TE) is not controlled
810
+ 488 Wrong suffix for ORD(id.suf,expr)
811
+ 488 no suffix or .TE .TL .TS
812
+ 489 Cannot load/unload this symbol and type
813
+ 490 Cannot load/unload this suffix
814
+ 491 Cannot Unload symbol with unknown dimension
815
+ 492 Symbol not in GDX
816
+ 493 Alias cannot receive data
817
+ 494 Load types are different
818
+ 495 Load dimensions are different
819
+ 496 Load/unload ident expected
820
+ 497 Problems closing GDXIN
821
+ 498 Problems opening GDXIN: Unknown
822
+ 499 Problems opening GDXOUT: Unknown
823
+ 500 Problems closing GDXOUT
824
+ 501 GDXOUT file not open - ignore rest of line
825
+ 502 GDXIN file not open - ignore rest of line
826
+ 503 ********** UNUSED **********
827
+ 504 Could not unload symbol
828
+ 505 Errors encountered after processing EOF
829
+ 506 This symboltype is illegal in MCP model list
830
+ 507 This name does NOT match the previous name
831
+ 508 Blank needed between element and text
832
+ 508 (-or- illegal character in element)
833
+ 509 Dollar control statements are processed during compilation
834
+ 509 and NOT during execution. The use of dollar statements
835
+ 509 that change data may be misleading when inside a LOOP
836
+ 509 or IF statement.
837
+ 510 Unable to open gdx file for $GDXIN
838
+ 511 An Excel range has to go from low to high
839
+ 512 Element expected but closing '/' found
840
+ 513 Unable to open gdx file for $GDXOUT
841
+ 514 Unknown string %xxx.yyyy%
842
+ 540 Echo not allowed under this execution mode
843
+ 541 Echo into this location not allowed under this execution mode
844
+ 542 $call not allowed under this execution mode
845
+ 543 execute not allowed under this execution mode
846
+ 544 Illegal diff symbol
847
+ 545 Cannot diff symbol without data
848
+ 546 Unmatched diff symbols
849
+ 547 Diff symbols with different dimensions
850
+ 548 Includes are not allowed under this execution mode
851
+ 549 Includes to this location are not allowed under this execution mode
852
+ 550 Unknown symbol in Security list
853
+ 551 Cannot have Security item with suffix
854
+ 552 Cannot use protected symbol on left side
855
+ 553 Cannot clear/kill protected symbol
856
+ 554 Cannot import data for a protected symbol
857
+ 555 Cannot slice a protected symbol
858
+ 556 Protected symbol cannot have data statements
859
+ 557 Protected symbols encountered in ALL
860
+ 558 Protected symbols encountered in model list
861
+ 559 Cannot solve protected model
862
+ 560 Model contains purged symbol
863
+ 561 System not licensed to use this feature
864
+ 562 Identifier locked by previous privacy activity
865
+ 563 External Procedure with a library
866
+ 564 No previous '$onEcho'
867
+ 565 '$offEcho[.tag]' (with matching tag) expected
868
+ 566 Cannot gdx this item
869
+ 567 No suffix for SET, PARAMETER, or ACRONYM allowed
870
+ 568 Missing ident following READABLE
871
+ 569 Only the first argument can be quoted (external file name)
872
+ 570 GDX ident expected - the list items can take the form
873
+ 570 'gams_name' or 'gams_name=gdx_name'. Check for
874
+ 570 a missing ';'
875
+ 571 No suffix allowed on GDX ident
876
+ 572 Cannot GDX load/unload this type - only sets, parameters
877
+ 572 equations and variables can be used
878
+ 573 Cannot load/unload symbol with unknown dimension
879
+ 574 You have redefined a built in function that has not
880
+ 574 been used before. You can use this function by prefixing
881
+ 574 its name by 'system.'
882
+ 575 You have redefined a built in function that has been
883
+ 575 used before. You still can use this function by prefixing
884
+ 575 its name by 'system.'
885
+ 576 Errors have been cleared and made into warnings
886
+ 576 execution of this program may fail in unpredictable ways
887
+ 577 The multiple declaration data is not ordered
888
+ 578 The merging of existing and new data results in an unordered set
889
+ 579 Cannot clear a set used as a domain or used in lag/ord operations
890
+ 580 Cannot clear a symbol with unknown dimension
891
+ 581 Cannot clear a read only symbol
892
+ 582 $SETNAMES/SPLITOPTION without arguments
893
+ 583 $SETNAMES/SPLITOPTION has too many arguments
894
+ 584 $SETCOMPS without arguments
895
+ 585 Bad suffix on gdx name
896
+ 586 Gams symbol is a variable and has no suffix - the gdx symbol
897
+ 586 cannot have a suffix
898
+ 587 Conflicting unload
899
+ 588 Compilation terminated by a Control C event
900
+ 589 Cannot have a variable/equation table statement without known
901
+ 589 dimension
902
+ 590 Variable data record expected L,M,LO,UP,PRIOR,SCALE,...
903
+ 591 PRIOR not allowed with cont variables
904
+ 592 SCALE not allowed with discrete variables
905
+ 593 Closing / missing on variable/equation data statement
906
+ 594 Exponent very very small - rejected
907
+ 594 $offdigit can be used to replace with EPS
908
+ 595 Exponent very small
909
+ 595 $offdigit can be used to quietly accept very small values
910
+ 596 PRIOR not allowed with equations
911
+ 597 This $if statement is ambiguous. The original or preprocessed line
912
+ 597 contains $if NOT == . Use one of the following ways to correct
913
+ 597 $if NOT '' == if you really meant NOT the operator
914
+ 597 $if 'NOT' == if you really meant NOT the string
915
+ 598 Cannot map symbol with unknown dimension
916
+ 599 Left dimension cannot be larger than right dimension
917
+ 600 Could not match index space
918
+ 601 Left side has to be Set or Parameter type for aggregation
919
+ 602 Right side has to be Set, Parameter, Variable or Equation type
920
+ 602 Left side has to be of same type as right side or of type set
921
+ 603 Cannot project these different types
922
+ 604 No function suffix allowed for 0-argument functions
923
+ 605 Gradient or hessian not allowed in equations
924
+ 606 Too many grad/hess arguments
925
+ 607 Cannot do grad/hess with this function
926
+ 608 The argument list for low and high have to have the same length
927
+ 609 Embedded values need $onembedded
928
+ 610 At least one embedded value required
929
+ 611 Overflow in embedded value calculation
930
+ 612 +/- INF * EPS is undefined
931
+ 613 Should never happen
932
+ 614 Too many argument lists
933
+ 615 The closing $offverbatim is missing
934
+ 616 $onverbatim already set
935
+ 617 $offverbatim without a matching $onverbatim
936
+ 618 The closing $offverbatim missing in previous include file
937
+ 619 ID expected
938
+ 620 --id=val parameters not touched inside program
939
+ 620 use $show to see all defined strings
940
+ 621 Unknown function suffix - allowable are
941
+ 621 Value, Grad, Hess, GradN, HessN, Low, High, GradL, GradH
942
+ 622 Illegal system.ident, #.ident or set.ident structure
943
+ 623 No suffix allowed on system.ident, #.ident or set.ident structure
944
+ 624 No previous "$onPut"
945
+ 625 "$offPut[.tag]" (with matching tag) expected
946
+ 626 "$onPut" without an active PUT file
947
+ 627 "$onPut" inside an active PUT context
948
+ 627 with uncertain status, use , or /
949
+ 627 to clarify status
950
+ 628 Missing space after ident
951
+ 629 Unknown system.xxxx in declaration context
952
+ 629 entered as Empty
953
+ 629 SystemConstants is a list of all entries
954
+ 630 System Environment Variable does not exist
955
+ 631 Ident has to be terminated by space
956
+ 632 Could not set system environment
957
+ 633 Prefixing the path failed
958
+ 634 A $if SET/ENV... with an item that is not a proper ident
959
+ 635 Cannot insert its own model list
960
+ 636 Model data list has not been initialized
961
+ 637 Inserted model list items exists already
962
+ 638 Suffix has been used already
963
+ 639 Bad character in string - non printable characters/control
964
+ 639 characters having ordinal value < 32
965
+ 640 Not a model identifier
966
+ 641 Unknown symbol in set.ident or #.ident
967
+ 642 set.ident or #.ident not a set
968
+ 643 set.ident or #.ident cannot insert itself
969
+ 644 set.ident or #.ident has undefined data
970
+ 645 scalar assignments have to be type compatible
971
+ 646 Subtypes have to be the same
972
+ 647 Start skipping input
973
+ 648 End skipping input
974
+ 649 Domain violation when loading from GDX file
975
+ 649 - See listing above for details
976
+ 650 Ord type functions only work with controlling sets not with maps
977
+ 651 Ord type functions can only be referenced with a one dimensional set
978
+ 652 Cannot unload a predefined type at compile time
979
+ 653 The left side of an equation cannot be a set expression
980
+ 654 The right side of an equation cannot be a set expression
981
+ 655 Missing model arguments for loadhandle
982
+ 656 Compress/Decompress source file name missing
983
+ 657 Compress/Decompress target file name missing
984
+ 658 Compress/Decompress operation failed, see log
985
+ 659 Error in evaluation
986
+ 660 Error in evaluation of left expression
987
+ 661 Error in evaluation of right expression
988
+ 662 Closing } or ] missing in constant expression
989
+ 663 Error in constant evaluation
990
+ 664 Bad GAMS symbol
991
+ 665 Missing == for string == string
992
+ 666 Missing string following ==
993
+ 667 Symbol does not have dimensions
994
+ 668 $if [NOT] unquoted command is ambiguous, use quotes around
995
+ 668 expression
996
+ 669 identifier expected
997
+ 670 $endif without an active $ifthen statement
998
+ 671 $elseif/else without an active $ifthen statement
999
+ 672 Could not find matching $endif following $ifthen, the $endif
1000
+ 672 has to be in the same file as the $ifthen.
1001
+ 673 $ifthen nestinglevel has been exceeded
1002
+ 674 Could not find $elseif/else/endif
1003
+ 675 Closing $endif missing
1004
+ 676 IfThen and ElseIf/Else/EndIF/ tags do not match
1005
+ 677 $SYS.xxxxxx% unknown field - EMPinfo LMinfo
1006
+ 681 Constant evaluation: STACK_LOW
1007
+ 682 Constant evaluation: STACK_HIGH
1008
+ 683 Constant evaluation: EXP_MISSING
1009
+ 684 Constant evaluation: BAD_CHAR
1010
+ 685 Constant evaluation: MISSING_LEFT_PAR
1011
+ 686 Constant evaluation: MISSING_RIGHT_PAR
1012
+ 687 Constant evaluation: TOO_FEW_ARGS
1013
+ 688 Constant evaluation: BAD_SYMBOL
1014
+ 689 Constant evaluation: SYNTAX_ERR
1015
+ 690 Constant evaluation: UNKNOWN_IDENT
1016
+ 691 Constant evaluation: BAD_RETURN_STACK
1017
+ 692 Constant evaluation: EXP_TOO_BIG
1018
+ 693 Constant evaluation: FPU EXCEPTION
1019
+ 694 Constant evaluation: TOO_MANY_ARGS
1020
+ 695 Constant evaluation: WRONG_IDENT_TYPE
1021
+ 696 Constant evaluation: NO_VALUE_FOR_IDENT
1022
+ 697 Constant evaluation: MISSING_IDENT
1023
+ 698 Constant evaluation: VALUE_OUT_OF_RANGE
1024
+ 699 Constant evaluation: OTHER_EXCEPTION
1025
+ 700 Constant evaluation: MP_MISSING_COMMA
1026
+ 701 Constant evaluation: MP_BAD_UNQUOTED_STRING
1027
+ 702 keep space for above
1028
+ 710 Variable/Equation data definition with wrong suffix
1029
+ 710 possible ones are: L M LO UP FX (L,LO,UP) SCALE PRIOR
1030
+ 711 Discrete variables cannot have SCALE
1031
+ 712 Only Discrete variable can have PRIOR
1032
+ 713 Cannot have var/equ data statements with maxdim dimension
1033
+ 714 Set expected for matching
1034
+ 715 No data assigned
1035
+ 716 , : or ) expected
1036
+ 717 Dimension too large
1037
+ 718 Matching dimension are different
1038
+ 719 Match with itself not allowed
1039
+ 720 Not enough arguments
1040
+ 721 $macro without data
1041
+ 722 $macro without a legal ident - rest of line ignored
1042
+ 723 $macro definition had errors - message inserted
1043
+ 724 $macro identifier already in use
1044
+ 724 Hint: You could use $onMultiR to redefine the macro
1045
+ 725 $macro name has illegal extension
1046
+ 726 $macro expansion error - skip over text
1047
+ 727 $macro expansion error - last skipped position
1048
+ 728 tuple or map under control already
1049
+ 729 $macro expansion will cause line overflow - no expansion
1050
+ 730 $macro is hidden and cannot be expanded
1051
+ 731 Cannot assign to a macro
1052
+ 732 Too many edits on one single line - possible recursion in macro calls
1053
+ 732 compilation will be terminated
1054
+ 733 abort.noerror expected
1055
+ 734 Too many nested macro expansions - skip of macro ident
1056
+ 735 Macro cannot have a suffix - no expansion
1057
+ 736 Abort because elapsed time > ETlim
1058
+ 737 Legal mappings are < <=
1059
+ 738 Legal permutations are >
1060
+ 739 Left side dimension of permutation not 1+2*dim_right_side
1061
+ 740 Permutations have to be of type SET or PARAMETER
1062
+ 741 Permutations have to be of the same type
1063
+ 742 Left side dimension of permutation not 1+dim_right_side
1064
+ 743 Cannot permute scalar values
1065
+ 744 Domain violation on permutation
1066
+ 745 Multiple MAX/MIN directives
1067
+ 746 The scenario definition expects a set
1068
+ 747 No MAX/MIN with short form solve statement
1069
+ 748 Model name expected - SOLVE modelid ......
1070
+ 748 rest of statement ignored
1071
+ 749 Multiple USING clause
1072
+ 750 Unknown scenario data
1073
+ 751 Multiple scenario definitions
1074
+ 752 .local not allowed in a reference context
1075
+ 753 .local nested too deep - use $onlocal to remove scoping limit
1076
+ 754 Unknown prefix in %prefix.xxxx%. Has to be one of the following:
1077
+ 754 SYSTEM GAMS SYSENV SYS EMP LM SOLPRINT HANDLESTATUS SOLVELINK
1078
+ 754 SOLVESTAT MODELSTAT
1079
+ 755 Unknown field in %SOLPRINT.xxx%. Has to be one of the following:
1080
+ 755 (0) Summary, (1) Report, (2) Quiet
1081
+ 756 Unknown field in %HANDLESTATUS.xxx%. Has to be one of the following:
1082
+ 756 (0) Unknown, (1) Running, (2) Ready, (3) Failure
1083
+ 757 Unknown field in %SOLVELINK.xxx%. Has to be one of the following:
1084
+ 757 (0) Chain Script, (1) Call Script, (2) Call Module,
1085
+ 757 (3) Async Grid, (4) Async Simulate, (5) Load Library
1086
+ 758 Unknown field in %SOLVESTAT.xxx%. Has to be one of the following:
1087
+ 758 ( 1) Normal Completion
1088
+ 758 ( 2) Iteration Interrupt
1089
+ 758 ( 3) Resource Interrupt
1090
+ 758 ( 4) Terminated By Solver
1091
+ 758 ( 5) Evaluation Interrupt
1092
+ 758 ( 6) Capability Problems
1093
+ 758 ( 7) Licensing Problems
1094
+ 758 ( 8) User Interrupt
1095
+ 758 ( 9) Setup Failure
1096
+ 758 (10) Solver Failure
1097
+ 758 (11) Internal Solver Failure
1098
+ 758 (12) Solve Processing Skipped
1099
+ 758 (13) System Failure
1100
+ 759 Unknown field in %MODELSTAT.xxx%. Has to be one of the following:
1101
+ 759 ( 1) Optimal
1102
+ 759 ( 2) Locally Optimal
1103
+ 759 ( 3) Unbounded
1104
+ 759 ( 4) Infeasible
1105
+ 759 ( 5) Locally Infeasible
1106
+ 759 ( 6) Intermediate Infeasible
1107
+ 759 ( 7) Feasible Solution
1108
+ 759 ( 8) Integer Solution
1109
+ 759 ( 9) Intermediate Non-Integer
1110
+ 759 (10) Integer Infeasible
1111
+ 759 (11) Licensing Problem
1112
+ 759 (12) Error Unknown
1113
+ 759 (13) Error No Solution
1114
+ 759 (14) No Solution Returned
1115
+ 759 (15) Solved Unique
1116
+ 759 (16) Solved
1117
+ 759 (17) Solved Singular
1118
+ 759 (18) Unbounded - No Solution
1119
+ 759 (19) Infeasible - No Solution
1120
+ 760 Tab character found; too much data -- rest of line ignored
1121
+ 761 Aliased sets have to be of dimension one
1122
+ 762 Dimension of first element does not match declaration
1123
+ 763 Numeric field missing in <element> * <element> list
1124
+ 764 Could not extract number in <element> * <element> list
1125
+ 765 Size of small number string too large in <element> * <element> list
1126
+ 766 Larger number string starts with '0' in <element> * <element> list
1127
+ 767 Unexpected symbol will terminate the loop - symbol replaced by )
1128
+ 768 Matching ':' and unordered sets may create unexpected results
1129
+ 769 $ElseIf without an active $IfThen
1130
+ 770 Reorientation can only be used with -equ.var pairs
1131
+ 771 Reorientation can only be used with =L= or =G= equations
1132
+ 772 execute.async, execute.sync, execute.checkErrorlevel
1133
+ 772 or executeTool.checkErrorlevel expected
1134
+ 773 Library function already defined
1135
+ 774 Scenario data set has no data
1136
+ 775 No assignment to scenario data set allowed
1137
+ 776 Unknown symbol in position one in scenario dictionary
1138
+ 777 Unknown action key in position two in scenario dictionary
1139
+ 778 Unknown symbol in position three in scenario dictionary
1140
+ 779 Symbol in position one not of type parameter in scenario dictionary
1141
+ 780 Symbol in position one not of type variable in scenario dictionary
1142
+ 781 Symbol in position one not of type var or equ in scenario dictionary
1143
+ 782 Symbol in position three not of type parameter in scenario dictionary
1144
+ 783 Library version is more recent than can be read
1145
+ 784 Symbol in position three in scenario dictionary has no data
1146
+ 785 Scenario symbol not a set
1147
+ 786 Scenario symbol has no data
1148
+ 787 Dimension of scenario symbol plus dimension of symbol in position
1149
+ 787 one exceeds maximum
1150
+ 788 Symbol in position one in scenario dictionary has no data
1151
+ 789 Dimension of symbol in position one in scenario dict unknown
1152
+ 790 Symbol dimension mismatch
1153
+ 791 Scenario record missing in scenario dictionary
1154
+ 792 Last position of scenario record needs to be blank
1155
+ 793 Multiple scenario records in scenario dictionary
1156
+ 794 No scenario updaters in scenario dictionary
1157
+ 795 Domain violation for symbol in scenario dictionary
1158
+ 796 Some symbols in position one in scenario dictionary are not used in
1159
+ 796 model
1160
+ 797 Multiple opt records in scenario dictionary
1161
+ 798 $call.xxx with illegal suffix
1162
+ 798 - Use $call.[A]sync[NC] or $call.checkErrorLevel
1163
+ 799 'equation' expected
1164
+ 800 conflicting equation type declaration
1165
+ 801 conflicting equation type definition
1166
+ 809 The ident.tl item has to be a controlling LOOP set
1167
+ 810 Solve statement needs a USING clause
1168
+ 811 Direction Maximum/Minimum is missing
1169
+ 812 Solve keys expected - USING MAX/MIN SCENARIO
1170
+ 813 Cannot have max/min with short form MCP or EMP
1171
+ 814 Cannot load data with UNDF values - use $onUNDF to allow
1172
+ 815 Function used before, cannot use name in alias
1173
+ 816 Cannot remove equ.var pair from model list, only equ
1174
+ 817 Cannot remove reoriented -equ.var pair, only equ
1175
+ 818 Wrong suffix - allowed .l, .m, .lo, .ub, .scale, .prior
1176
+ 819 Cannot mix PARAM,LOWER,UPPER,FIXED and RANDVAR in scenario dictionary
1177
+ 820 Symbol in position one in scenario dictionary not allowed twice with
1178
+ 820 same action
1179
+ 821 Symbol in position one in scenario dictionary not allowed with both
1180
+ 821 fixed and lower/upper
1181
+ 822 Symbol in position three in scenario dictionary not allowed twice
1182
+ 822 in write section
1183
+ 823 PowerSet: unknown dimension or missing domains
1184
+ 824 PowerSet: dimension of power set too small
1185
+ 825 PowerSet: universal domains not allowed
1186
+ 826 PowerSet: base or exponent sets have less than two entries
1187
+ 827 PowerSet: resulting index set too small - see example below
1188
+ 827 set s /../,b /../
1189
+ 827 $eval n power(card(b),card(s))
1190
+ 827 pow(n,s,b) / system.PowerSetLeft /
1191
+ 828 PowerSet: the size of the resulting structure is too large
1192
+ 829 The first domain set on a permutation cannot be the universe (*)
1193
+ 830 Can only unload parameters and scalars
1194
+ 831 Can only unload parameters with proper domain
1195
+ 832 Can only load parameters and scalars
1196
+ 833 Can only load parameters with proper domain
1197
+ 834 Cannot load domain into an alias without data or universe alias (*)
1198
+ 835 Can only load parameter with index data
1199
+ 836 Labels 1..n not ordered
1200
+ 837 Domain not 1..n
1201
+ 838 Domain not of equal size
1202
+ 839 Acronyms not allowed with $loadIdx
1203
+ 840 Can only domain project load into set or alias
1204
+ 841 Cannot find a matching domain in GDX symbol
1205
+ 841 Use sym.dimN to specify GDX symbol index position for domain
1206
+ 842 Domain dimension suffix too large for GDX symbol dimension
1207
+ 843 'set' expected
1208
+ 844 Singleton with more than one entry (see $onStrictSingleton)
1209
+ 845 Cannot use lag or lead on Singleton Set
1210
+ 846 Cannot redeclare set with different subtype
1211
+ 847 Label cannot be used for GUSS model attribute report
1212
+ 848 Clash of symbol names - see listing for details
1213
+ 849 Singleton sets cannot be used as domains
1214
+ 850 file name cannot be followed by :
1215
+ 851 Unrecognizable item - skip to find a new statement
1216
+ 851 looking for a ';' or a key word to get started again
1217
+ 851 caused by a (non printable) control character $00 to $1F
1218
+ 852 Operation not allowed for scalar symbols
1219
+ 853 Operation not allowed within a LOOP
1220
+ 854 Option SHUFFLE expects a one dimensional parameter
1221
+ 855 ReadyCollect expects a parameter or the handle attribute of a model
1222
+ 856 Fields of variables or equations can only be loaded into parameters
1223
+ 857 Break/Continue cannot be used outside of
1224
+ 857 loop/while/repeat/for structure
1225
+ 858 'Break n;' not allowed for n < 1 and n > number of control levels
1226
+ 859 Symbol defined as macro before
1227
+ 860 DocFile option cannot be used if one of the input files is encrypted
1228
+ 861 Unknown field in %SOLVEOPT.xxx%. Has to be one of the following:
1229
+ 861 (0) Replace, (1) Merge, (2) Clear
1230
+ 862 ***UNUSED***
1231
+ 863 ***UNUSED***
1232
+ 864 Embedded ID ('PYTHON', 'CONNECT', or 'GAMS') missing
1233
+ 865 Problem in embedded code section
1234
+ 866 Cannot retrieve data from embedded code section
1235
+ 867 ***UNUSED***
1236
+ 868 ***UNUSED***
1237
+ 869 Problem finalizing embedded code section
1238
+ 870 ***UNUSED***
1239
+ 871 ***UNUSED***
1240
+ 872 Embedded Code not allowed under this execution mode
1241
+ 873 '$offEmbeddedCode[.tag]' (with matching tag) expected
1242
+ 874 '$onEmbeddedCode' script file cannot be opened
1243
+ 874 Hint: Does a virus scanner prevent temporary file creation?
1244
+ 875 Implicit definition of domain set cannot be applied to the universe
1245
+ 876 Implicit definition of domain set cannot be applied,
1246
+ 876 if domain is identical to the symbol
1247
+ 877 Implicit definition of domain set cannot be applied,
1248
+ 877 if domain is a subset
1249
+ 878 Cannot load from GDX file without or with bad UEL information
1250
+ 879 Cannot mix $onExternalInput and $onExternalOutput
1251
+ 880 '[continue]EmbeddedCode' not allowed within another statement
1252
+ 880 Hint: Did you miss a semicolon before?
1253
+ 881 $macro identifier already in use for a different symbol type
1254
+ 882 Wrong suffix on set in $eval.set - allowable are
1255
+ 882 [First|Last]TE Explanatory text of a set element
1256
+ 882 [First|Last]TL Name of a set element
1257
+ 882 [First|Last]TN Indexed identifier with label combination
1258
+ 882 TS Explanatory text of an identifier
1259
+ 883 ********** UNUSED **********
1260
+ 884 External input symbols without data initialization
1261
+ 885 $onExternalInput already set
1262
+ 886 $offExternalInput without a matching $onExternalInput
1263
+ 887 $onExternalOutput already set
1264
+ 888 $offExternalOutput without a matching $onExternalOutput
1265
+ 889 Cannot load symbol from implicit GDX input, if it was not declared as
1266
+ 889 external input
1267
+ 890 Ambiguous $load detected in external input section; no GDX input file
1268
+ 890 was opened in this section; open one explicitly using
1269
+ 890 "$gdxIn FILENAME" to avoid ambiguity
1270
+ 891 Operation not allowed within a symbol declaration
1271
+ 892 Problem extracting numerical value from HCUBE parameter
1272
+ 893 Can not assign to a symbol declared as external input;
1273
+ 893 Set '$offIDCProtect' or comand line parameter 'IDCProtect=0'
1274
+ 893 to ignore this
1275
+ 894 Implicit data contract differs from contract specified by IDCJSON
1276
+ 895 Error in implicit data contract handling
1277
+ 896 '$offExternalInput' expected
1278
+ 897 '$offExternalOutput' expected
1279
+ 898 Cannot remove domain limiting variable from model;
1280
+ 898 limiting set does not match definition of model
1281
+ 899 Set used as limited domain for a variables was declared but no values
1282
+ 899 have been assigned. Check sets used in related model statement
1283
+ 900 Cannot use domain limited variables with suffix in model -
1284
+ 900 Use $onSuffixDLVars to allow this
1285
+ 901 No previous '$onEmbeddedCode'
1286
+ 902 No previous "embeddedCode"
1287
+ 903 "EndEmbeddedCode[.tag]" (with matching tag) expected
1288
+ 904 Cannot unload predefined symbols "diag" and "sameAs"
1289
+ 905 $gdxLoad expects GDX file name as first argument
1290
+ 906 Unable to open gdx file for $gdxLoad
1291
+ 907 $gdxUnload expects GDX file name as first argument
1292
+ 908 Unable to open gdx file for $gdxUnload
1293
+ 909 Unknown field in %PLATFORMCODE.xxx%. Has to be one of the following:
1294
+ 909 (0) Unknown, (1) DEX, (2) LEX, (3) WEX, (4) DAX, (5) LAX
1295
+ 910 Unexpected keyword for $if [not] onState
1296
+ 911 NON-UTF8 BOM detected indicating unsupported encoding
1297
+ 912 Implicit loading from embedded code not allowed.
1298
+ 912 Set '$onECImplicitLoad' to change this.
1299
+ 913 Option "work" is invalid - use command line parameter or
1300
+ 913 model attribute "workSpace" instead
1301
+ 914 Invalid predefined symbol
1302
+ 915 Problem initializing extrinsic function library
1303
+ 916 Cannot handle duplicate name for extrinsic function
1304
+ 917 Cannot use variable with suffix in model algebra -
1305
+ 917 Use $onSuffixAlgebraVars to allow this
1306
+ 918 Cannot use $save.keepCode in loop or if body
1307
+ 919 Cannot use $save in privacy mode
1308
+ 920 $save expects save file name as argument
1309
+ 921 Nested equation list not allowed in model statement
1310
+ 922 Nested variable list not allowed in model statement
1311
+ 923 No valid symbol found in equation list
1312
+ 924 Equation and variable list in model statement expect | as separator
1313
+ 950 Last unused message: change maxerrmsg in ctv.pas
1314
+ 999 *** SENTINEL ***
1315
+ 999 1 2 3 4 5 6
1316
+ 999 123456789012345678901234567890123456789012345678901234567890123456789
1317
+ 999 lines are truncated beyond 69 when read into gams
1318
+ 999 mparse.pas adds dynamic error messages in the 960 range