gamspy-mpsge 49.6.1__py3-none-win_amd64.whl → 50.2.0__py3-none-win_amd64.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.
gamspy_mpsge/gmsge_nt.cmd CHANGED
@@ -1,14 +1,14 @@
1
- @echo off
2
- : gmsge_nt.cmd: Command Line Interface for Windows NT
3
- : GAMS Development Corporation, Washington, DC, USA 1996
4
- :
5
- : %1 Scratch directory with a '\' at the end
6
- : %2 Working directory with a '\' at the end
7
- : %3 Parameter file
8
- : %4 Control file
9
- : %5 System directory
10
- : %6 Solver name
11
- :
12
- : The command line length in NT is "pretty long".
13
-
14
- gmsge_nx.exe "%~4"
1
+ @echo off
2
+ : gmsge_nt.cmd: Command Line Interface for Windows NT
3
+ : GAMS Development Corporation, Washington, DC, USA 1996
4
+ :
5
+ : %1 Scratch directory with a '\' at the end
6
+ : %2 Working directory with a '\' at the end
7
+ : %3 Parameter file
8
+ : %4 Control file
9
+ : %5 System directory
10
+ : %6 Solver name
11
+ :
12
+ : The command line length in NT is "pretty long".
13
+
14
+ gmsge_nx.exe "%~4"
gamspy_mpsge/gmsge_nx.exe CHANGED
Binary file
gamspy_mpsge/gmsgewnt.cmd CHANGED
@@ -1,3 +1,3 @@
1
- @echo off
2
- gmsgewnx.exe "%~4"
3
- if not %ERRORLEVEL% == 0 echo ERR: Solver rc %ERRORLEVEL% 1>&2
1
+ @echo off
2
+ gmsgewnx.exe "%~4"
3
+ if not %ERRORLEVEL% == 0 echo ERR: Solver rc %ERRORLEVEL% 1>&2
gamspy_mpsge/gmsgewnx.exe CHANGED
Binary file
gamspy_mpsge/mpsgeset CHANGED
@@ -1,53 +1,53 @@
1
- $hidden MPSGESET MPSGE setup and HDR file generation
2
- $log --- Running the MPSGE preprocessor ...
3
- * Default values for named arguments
4
- $if %1a == a $goto missing
5
- $if declared %1 $goto badname
6
- $set model %1
7
- $shift
8
- $set mt 0
9
- $if set MPSGEMT $set mt %MPSGEMT%
10
- $label ProcessNamedArguments
11
- $ splitOption "%1" key val
12
- $ if x%key%==x $goto FinishProcessNamedArguments
13
- $ iftheni.NamedArguments %key%==mt
14
- $ set mt %val%
15
- $ else.NamedArguments
16
- $ error Unkown named argument "%key%"
17
- $ endif.NamedArguments
18
- $ shift
19
- $goto ProcessNamedArguments
20
- $label FinishProcessNamedArguments
21
-
22
- $if NOT setglobal n_models $setglobal n_models 0
23
- $if NOT setglobal n_constr $setglobal n_constr 0
24
- $setlocal datetime %system.date%%system.time%
25
- $setglobal %model% %datetime%
26
- $setlocal par %gams.scrdir%gamscge.%gams.scrext%
27
- $setlocal hdr %gams.scrdir%gamsgeh.%gams.scrext%
28
- $hidden $show to dump symbols to listingfile
29
- $echo INP %system.incparent% > %par%
30
- $echo SCR gamscge.%gams.scrext% >> %par%
31
- $if x%mt%==x0 $echo SCD %gams.workdir% >> %par%
32
- $if not x%mt%==x0 $echo SCD %gams.scrdir% >> %par%
33
- $echo NMO %n_models% >> %par%
34
- $echo NCO %n_constr% >> %par%
35
- $echo MDL %model% >> %par%
36
- $echo HDR %hdr% >> %par%
37
- $echo TIM %datetime% >> %par%
38
- $if not %system.filesys%==UNIX $call gmsge_nx "%par%"
39
- $if %system.filesys%==UNIX $call gmsge_ux.out "%par%"
40
- $include %hdr%
41
- $hidden option oldname taken out for 21.3 builds, no longer supported
42
- $exit
43
- $label missing
44
- $error missing model name argument for mpsgeset
45
-
46
- * $sysinclude mpsgeset mymodel
47
- *
48
- $abort MPSGE further processing would be misleading
49
-
50
- $label badname
51
- $error model name already in use
52
- * more explanation comes here
53
- $abort MPSGE further processing would be misleading
1
+ $hidden MPSGESET MPSGE setup and HDR file generation
2
+ $log --- Running the MPSGE preprocessor ...
3
+ * Default values for named arguments
4
+ $if %1a == a $goto missing
5
+ $if declared %1 $goto badname
6
+ $set model %1
7
+ $shift
8
+ $set mt 0
9
+ $if set MPSGEMT $set mt %MPSGEMT%
10
+ $label ProcessNamedArguments
11
+ $ splitOption "%1" key val
12
+ $ if x%key%==x $goto FinishProcessNamedArguments
13
+ $ iftheni.NamedArguments %key%==mt
14
+ $ set mt %val%
15
+ $ else.NamedArguments
16
+ $ error Unkown named argument "%key%"
17
+ $ endif.NamedArguments
18
+ $ shift
19
+ $goto ProcessNamedArguments
20
+ $label FinishProcessNamedArguments
21
+
22
+ $if NOT setglobal n_models $setglobal n_models 0
23
+ $if NOT setglobal n_constr $setglobal n_constr 0
24
+ $setlocal datetime %system.date%%system.time%
25
+ $setglobal %model% %datetime%
26
+ $setlocal par %gams.scrdir%gamscge.%gams.scrext%
27
+ $setlocal hdr %gams.scrdir%gamsgeh.%gams.scrext%
28
+ $hidden $show to dump symbols to listingfile
29
+ $echo INP %system.incparent% > %par%
30
+ $echo SCR gamscge.%gams.scrext% >> %par%
31
+ $if x%mt%==x0 $echo SCD %gams.workdir% >> %par%
32
+ $if not x%mt%==x0 $echo SCD %gams.scrdir% >> %par%
33
+ $echo NMO %n_models% >> %par%
34
+ $echo NCO %n_constr% >> %par%
35
+ $echo MDL %model% >> %par%
36
+ $echo HDR %hdr% >> %par%
37
+ $echo TIM %datetime% >> %par%
38
+ $if not %system.filesys%==UNIX $call gmsge_nx "%par%"
39
+ $if %system.filesys%==UNIX $call gmsge_ux.out "%par%"
40
+ $include %hdr%
41
+ $hidden option oldname taken out for 21.3 builds, no longer supported
42
+ $exit
43
+ $label missing
44
+ $error missing model name argument for mpsgeset
45
+
46
+ * $sysinclude mpsgeset mymodel
47
+ *
48
+ $abort MPSGE further processing would be misleading
49
+
50
+ $label badname
51
+ $error model name already in use
52
+ * more explanation comes here
53
+ $abort MPSGE further processing would be misleading
gamspy_mpsge/mpsgeval.dll CHANGED
Binary file
gamspy_mpsge/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '49.6.1'
1
+ __version__ = '50.2.0'
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_mpsge
3
- Version: 49.6.1
3
+ Version: 50.2.0
@@ -0,0 +1,12 @@
1
+ gamspy_mpsge/__init__.py,sha256=WAe8MCeaCmZlB2AI0bjL4Fjo-dtA00fANMLCsjiu61k,353
2
+ gamspy_mpsge/gmsge_nt.cmd,sha256=rba8LugrLzmlZhiVot7wNAfF-rxGMTFiW0QGLeUKP8E,392
3
+ gamspy_mpsge/gmsge_nx.exe,sha256=7IDqmh_FzywZN5QWKHr0-xzvJWrS7TybKyp5j4zA7qg,253952
4
+ gamspy_mpsge/gmsgewnt.cmd,sha256=i1zbePN4To8UgXdiiRM5S9RWDCh8ui7heI9GirglDhU,95
5
+ gamspy_mpsge/gmsgewnx.exe,sha256=MzGWebWIncCq45T7upnoF9Ix6ozy3y2zRVfBEKf7-zU,712704
6
+ gamspy_mpsge/mpsgeset,sha256=mfR23WP5n6tmOtEcgLlN6HYPOHb2Zlezmy9qhOryikk,1849
7
+ gamspy_mpsge/mpsgeval.dll,sha256=GrYWQxQ9F-2enwrWtptC8a3BievyHmUwoh232cNT7n0,333312
8
+ gamspy_mpsge/version.py,sha256=G157IdWsErTS1eSOX-5bw5OhDvREsKx2uXrYjgs9fBk,22
9
+ gamspy_mpsge-50.2.0.dist-info/METADATA,sha256=ZhIKZWNiurNxmZnkZtjBBENWDHRfps7dkrr_F8UszlM,60
10
+ gamspy_mpsge-50.2.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
+ gamspy_mpsge-50.2.0.dist-info/top_level.txt,sha256=fFGHc0aIUS4As3C1AF49tM5L1gNFfszi8rB1B55EbeE,13
12
+ gamspy_mpsge-50.2.0.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- gamspy_mpsge/__init__.py,sha256=WAe8MCeaCmZlB2AI0bjL4Fjo-dtA00fANMLCsjiu61k,353
2
- gamspy_mpsge/gmsge_nt.cmd,sha256=uprNlh9Lm49P9SObn6ns2G_nUr6lysAftH0wzeMFSnk,378
3
- gamspy_mpsge/gmsge_nx.exe,sha256=9xbUXtlWDvTrhmEzl6KC1tHpJL1pznk5ohqbmqpu2PM,252416
4
- gamspy_mpsge/gmsgewnt.cmd,sha256=7LZupf8lkuUadAus2veYXY-aD590v4HWLjrW9TxlpI8,92
5
- gamspy_mpsge/gmsgewnx.exe,sha256=unZPDBpSSfhkM6zPeUTjUhSGhT7c3g1uSViwjVf0uks,709120
6
- gamspy_mpsge/mpsgeset,sha256=9SnB6TxKDHB_K51yXMYRrLAmlDHBm_XlcaRoKs4F4hM,1796
7
- gamspy_mpsge/mpsgeval.dll,sha256=loqSwo2XkF1EA_5WsQpFxNIsd3c00aFM8hVQqU5OVTY,333312
8
- gamspy_mpsge/version.py,sha256=xkZJ5k2HNLoDN8nDT1jTuPx1tGZHfKFQ2zmpuNl7fHM,22
9
- gamspy_mpsge-49.6.1.dist-info/METADATA,sha256=hn0jK3hD_0-GejUQoRcj8fQsz58Bq5hQL1NyM_XajQs,60
10
- gamspy_mpsge-49.6.1.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
- gamspy_mpsge-49.6.1.dist-info/top_level.txt,sha256=fFGHc0aIUS4As3C1AF49tM5L1gNFfszi8rB1B55EbeE,13
12
- gamspy_mpsge-49.6.1.dist-info/RECORD,,