gamspy-base 51.0.0rc1__py3-none-win_amd64.whl → 51.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.
Files changed (42) hide show
  1. gamspy_base/__init__.py +4 -4
  2. gamspy_base/co4cclib64.dll +0 -0
  3. gamspy_base/conopt464.dll +0 -0
  4. gamspy_base/cpxcclib64.dll +0 -0
  5. gamspy_base/cvdcclib64.dll +0 -0
  6. gamspy_base/dctmdclib64.dll +0 -0
  7. gamspy_base/gams.exe +0 -0
  8. gamspy_base/gamscmex.exe +0 -0
  9. gamspy_base/gamsgetkey.exe +0 -0
  10. gamspy_base/gamsprobe.exe +0 -0
  11. gamspy_base/gdxcclib64.dll +0 -0
  12. gamspy_base/gdxdiff.exe +0 -0
  13. gamspy_base/gdxdump.exe +0 -0
  14. gamspy_base/gmdcclib64.dll +0 -0
  15. gamspy_base/gmscmpNT.txt +10 -21
  16. gamspy_base/gmscvnnx.exe +0 -0
  17. gamspy_base/gmsgennx.exe +0 -0
  18. gamspy_base/gmssb_nt.cmd +3 -0
  19. gamspy_base/gmssb_nx.exe +0 -0
  20. gamspy_base/gmszlib164.dll +0 -0
  21. gamspy_base/gsscclib64.dll +0 -0
  22. gamspy_base/guccclib64.dll +0 -0
  23. gamspy_base/joatdclib64.dll +0 -0
  24. gamspy_base/libcrypto-3-x64.dll +0 -0
  25. gamspy_base/optdclib64.dll +0 -0
  26. gamspy_base/optsbb.def +94 -0
  27. gamspy_base/path52.dll +0 -0
  28. gamspy_base/ptccclib64.dll +0 -0
  29. gamspy_base/version.py +1 -1
  30. {gamspy_base-51.0.0rc1.dist-info → gamspy_base-51.2.0.dist-info}/METADATA +1 -1
  31. gamspy_base-51.2.0.dist-info/RECORD +57 -0
  32. gamspy_base/gmske_nx.py +0 -933
  33. gamspy_base/gurobi120.dll +0 -0
  34. gamspy_base/ipocclib64.dll +0 -0
  35. gamspy_base/ipopt.dll +0 -0
  36. gamspy_base/mkl_gams.dll +0 -0
  37. gamspy_base/optipopt.def +0 -521
  38. gamspy_base/pthreads.dll +0 -0
  39. gamspy_base/shtcclib64.dll +0 -0
  40. gamspy_base-51.0.0rc1.dist-info/RECORD +0 -62
  41. {gamspy_base-51.0.0rc1.dist-info → gamspy_base-51.2.0.dist-info}/WHEEL +0 -0
  42. {gamspy_base-51.0.0rc1.dist-info → gamspy_base-51.2.0.dist-info}/top_level.txt +0 -0
gamspy_base/__init__.py CHANGED
@@ -3,16 +3,16 @@ from pathlib import Path
3
3
  from .version import __version__
4
4
  directory = str(Path(__file__).resolve().parent)
5
5
 
6
- defaults = {'CNS': 'PATH', 'DNLP': 'IPOPTH', 'EMP': 'CONVERT', 'LP': 'CPLEX', 'MCP': 'PATH', 'MINLP': 'SHOT', 'MIP': 'CPLEX', 'MIQCP': 'SHOT', 'MPEC': 'NLPEC', 'NLP': 'IPOPTH', 'QCP': 'IPOPTH', 'RMINLP': 'IPOPTH', 'RMIP': 'CPLEX', 'RMIQCP': 'IPOPTH'}
6
+ defaults = {'CNS': 'PATH', 'DNLP': 'CONOPT', 'EMP': 'CONVERT', 'LP': 'CPLEX', 'MCP': 'PATH', 'MINLP': 'SBB', 'MIP': 'CPLEX', 'MIQCP': 'SBB', 'MPEC': 'NLPEC', 'NLP': 'CONOPT', 'QCP': 'CONOPT', 'RMINLP': 'CONOPT', 'RMIP': 'CPLEX', 'RMIQCP': 'CONOPT'}
7
7
 
8
- default_solvers = ['CONOPT', 'CONOPT4', 'CONVERT', 'CPLEX', 'GUSS', 'IPOPT', 'IPOPTH', 'KESTREL', 'NLPEC', 'PATH', 'SHOT']
8
+ default_solvers = ['CONOPT', 'CONOPT4', 'CONVERT', 'CPLEX', 'GUSS', 'KESTREL', 'NLPEC', 'PATH', 'SBB']
9
9
 
10
- addon_solvers = ['BARON', 'CBC', 'CONOPT3', 'COPT', 'DICOPT', 'EXAMINER', 'EXAMINER2', 'GUROBI', 'HIGHS', 'KNITRO', 'MILES', 'MINOS', 'MOSEK', 'MPSGE', 'PATHNLP', 'RESHOP', 'SBB', 'SCIP', 'SNOPT', 'SOPLEX', 'XPRESS']
10
+ addon_solvers = ['BARON', 'CBC', 'CONOPT3', 'COPT', 'DICOPT', 'EXAMINER', 'EXAMINER2', 'GUROBI', 'HIGHS', 'IPOPT', 'IPOPTH', 'KNITRO', 'MILES', 'MINOS', 'MOSEK', 'MPSGE', 'PATHNLP', 'RESHOP', 'SCIP', 'SHOT', 'SNOPT', 'SOPLEX', 'XPRESS']
11
11
 
12
12
  available_solvers = ['BARON', 'CBC', 'CONOPT', 'CONOPT3', 'CONOPT4', 'CONVERT', 'COPT', 'CPLEX', 'DICOPT', 'EXAMINER', 'EXAMINER2', 'GUROBI', 'HIGHS', 'IPOPT', 'IPOPTH', 'KESTREL', 'KNITRO', 'MILES', 'MINOS', 'MOSEK', 'MPSGE', 'NLPEC', 'PATH', 'PATHNLP', 'RESHOP', 'SBB', 'SCIP', 'SHOT', 'SNOPT', 'SOPLEX', 'XPRESS']
13
13
 
14
14
  capabilities = {'ALPHAECP': ['MINLP', 'MIQCP'], 'ANTIGONE': ['NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'BARON': ['LP', 'MIP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'CBC': ['LP', 'MIP', 'RMIP'], 'CONOPT': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'CONOPT3': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'CONOPT4': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'CONVERT': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'MPEC', 'RMPEC', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP', 'EMP'], 'COPT': ['LP', 'MIP', 'RMIP', 'QCP', 'MIQCP', 'RMIQCP'], 'CPLEX': ['LP', 'MIP', 'RMIP', 'QCP', 'MIQCP', 'RMIQCP'], 'DE': ['EMP'], 'DECISC': ['LP'], 'DECISM': ['LP'], 'DICOPT': ['MINLP', 'MIQCP'], 'EXAMINER': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'MPEC', 'RMPEC', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'EXAMINER2': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'GAMSCHK': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'GLOMIQO': ['NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'GUROBI': ['LP', 'MIP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'GUROBIOLD': ['LP', 'MIP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'GUSS': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'HIGHS': ['LP', 'MIP', 'RMIP'], 'IPOPT': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'IPOPTH': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'JAMS': ['EMP'], 'KESTREL': ['LP', 'MIP', 'RMIP', 'NLP', 'MCP', 'MPEC', 'RMPEC', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP', 'EMP'], 'KNITRO': ['LP', 'RMIP', 'NLP', 'MCP', 'MPEC', 'RMPEC', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'LINDO': ['LP', 'MIP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP', 'EMP'], 'LINDOGLOBAL': ['LP', 'MIP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'LOGMIP': ['EMP'], 'MILES': ['MCP'], 'MINOS': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'MOSEK': ['LP', 'MIP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'MPSGE': [], 'NLPEC': ['MCP', 'MPEC', 'RMPEC'], 'ODHCPLEX': ['MIP', 'MIQCP'], 'PATH': ['MCP', 'CNS'], 'PATHNLP': ['LP', 'RMIP', 'NLP', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'QUADMINOS': ['LP', 'RMIP'], 'RESHOP': ['EMP'], 'SBB': ['MINLP', 'MIQCP'], 'SCIP': ['MIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'SHOT': ['MINLP', 'MIQCP'], 'SNOPT': ['LP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'QCP', 'RMIQCP'], 'SOPLEX': ['LP', 'RMIP'], 'XPRESS': ['LP', 'MIP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP'], 'XPRESSOLD': ['LP', 'MIP', 'RMIP', 'NLP', 'CNS', 'DNLP', 'RMINLP', 'MINLP', 'QCP', 'MIQCP', 'RMIQCP']}
15
15
 
16
- files = ['.uninstinfo.ini', 'co4cclib64.dll', 'conopt464.dll', 'conoptlu.dll', 'cplex2212.dll', 'cpxcclib64.dll', 'cvdcclib64.dll', 'dctmdclib64.dll', 'eula.pdf', 'gams.exe', 'gamscmex.exe', 'gamserrs.txt', 'gamsgetkey.exe', 'gamslice.txt', 'gamsprobe.exe', 'gdxcclib64.dll', 'gdxdiff.exe', 'gdxdump.exe', 'gevopt.def', 'gmdcclib64.dll', 'gmscmpNT.txt', 'gmscvnnt.cmd', 'gmscvnnx.exe', 'gmsgennt.cmd', 'gmsgennx.exe', 'gmske_nt.cmd', 'gmske_nx.py', 'gmsprmNT.txt', 'gmszlib164.dll', 'gsscclib64.dll', 'guccclib64.dll', 'gurobi120.dll', 'ipocclib64.dll', 'ipopt.dll', 'joatdclib64.dll', 'libcrypto-3-x64.dll', 'libifcoremd.dll', 'libiomp5md.dll', 'libmmd.dll', 'mkl_gams.dll', 'msvcp140.dll', 'optconopt.def', 'optconvert.def', 'optcplex.def', 'optdclib64.dll', 'optgams.def', 'optipopt.def', 'optnlpec.def', 'optpath.def', 'path52.dll', 'ptccclib64.dll', 'pthreads.dll', 'shtcclib64.dll', 'svml_dispmd.dll', 'vcruntime140.dll', 'vcruntime140_1.dll']
16
+ files = ['.uninstinfo.ini', 'co4cclib64.dll', 'conopt464.dll', 'conoptlu.dll', 'cplex2212.dll', 'cpxcclib64.dll', 'cvdcclib64.dll', 'dctmdclib64.dll', 'eula.pdf', 'gams.exe', 'gamscmex.exe', 'gamserrs.txt', 'gamsgetkey.exe', 'gamslice.txt', 'gamsprobe.exe', 'gdxcclib64.dll', 'gdxdiff.exe', 'gdxdump.exe', 'gevopt.def', 'gmdcclib64.dll', 'gmscmpNT.txt', 'gmscvnnt.cmd', 'gmscvnnx.exe', 'gmsgennt.cmd', 'gmsgennx.exe', 'gmske_nt.cmd', 'gmsprmNT.txt', 'gmssb_nt.cmd', 'gmssb_nx.exe', 'gmszlib164.dll', 'gsscclib64.dll', 'guccclib64.dll', 'joatdclib64.dll', 'libcrypto-3-x64.dll', 'libifcoremd.dll', 'libiomp5md.dll', 'libmmd.dll', 'msvcp140.dll', 'optconopt.def', 'optconvert.def', 'optcplex.def', 'optdclib64.dll', 'optgams.def', 'optnlpec.def', 'optpath.def', 'optsbb.def', 'path52.dll', 'ptccclib64.dll', 'svml_dispmd.dll', 'vcruntime140.dll', 'vcruntime140_1.dll']
17
17
 
18
18
  file_paths = [directory + os.sep + file for file in files]
Binary file
gamspy_base/conopt464.dll CHANGED
Binary file
Binary file
Binary file
Binary file
gamspy_base/gams.exe CHANGED
Binary file
gamspy_base/gamscmex.exe CHANGED
Binary file
Binary file
gamspy_base/gamsprobe.exe CHANGED
Binary file
Binary file
gamspy_base/gdxdiff.exe CHANGED
Binary file
gamspy_base/gdxdump.exe CHANGED
Binary file
Binary file
gamspy_base/gmscmpNT.txt CHANGED
@@ -23,16 +23,6 @@ gmsgennt.cmd
23
23
  gmsgennx.exe
24
24
  gsscclib64.dll gss 1 0
25
25
 
26
- IPOPT 11 5 00010203040506070809 1 0 2 LP RMIP NLP CNS DNLP RMINLP QCP RMIQCP
27
- gmsgennt.cmd
28
- gmsgennx.exe
29
- ipocclib64.dll ipo 1 1
30
-
31
- IPOPTH 11 5 IP 1 0 2 LP RMIP NLP CNS DNLP RMINLP QCP RMIQCP
32
- gmsgennt.cmd optipopt.def
33
- gmsgennx.exe
34
- ipocclib64.dll ipo 1 1
35
-
36
26
  KESTREL 103010 5 00010203040506070809 0 0 0 LP MIP RMIP NLP MCP MPEC RMPEC CNS DNLP RMINLP MINLP QCP MIQCP RMIQCP EMP
37
27
  gmske_nt.cmd
38
28
 
@@ -45,23 +35,22 @@ gmsgennt.cmd
45
35
  gmsgennx.exe
46
36
  ptccclib64.dll ptc 2 0
47
37
 
48
- SHOT 1001 5 00010203040506070809 1 0 2 MINLP MIQCP
49
- gmsgennt.cmd
50
- gmsgennx.exe
51
- shtcclib64.dll sht 1 1
38
+ SBB 11 5 SB 1 0 1 MINLP MIQCP
39
+ gmssb_nt.cmd
40
+ gmssb_nx.exe
52
41
 
53
42
  DEFAULTS
54
43
  CNS PATH
55
- DNLP IPOPTH
44
+ DNLP CONOPT
56
45
  EMP CONVERT
57
46
  LP CPLEX
58
47
  MCP PATH
59
- MINLP SHOT
48
+ MINLP SBB
60
49
  MIP CPLEX
61
- MIQCP SHOT
50
+ MIQCP SBB
62
51
  MPEC NLPEC
63
- NLP IPOPTH
64
- QCP IPOPTH
65
- RMINLP IPOPTH
52
+ NLP CONOPT
53
+ QCP CONOPT
54
+ RMINLP CONOPT
66
55
  RMIP CPLEX
67
- RMIQCP IPOPTH
56
+ RMIQCP CONOPT
gamspy_base/gmscvnnx.exe CHANGED
Binary file
gamspy_base/gmsgennx.exe CHANGED
Binary file
@@ -0,0 +1,3 @@
1
+ @echo off
2
+ gmssb_nx.exe "%~4"
3
+ if not %ERRORLEVEL% == 0 echo ERR: Solver rc %ERRORLEVEL% 1>&2
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
gamspy_base/optsbb.def ADDED
@@ -0,0 +1,94 @@
1
+ *
2
+ * optsbb.def
3
+ *
4
+
5
+ reslim double 0 1000 0 maxdouble 0 1 resource limit
6
+ iterlim integer 0 10000 0 maxint 0 1 iteration limit
7
+ domlim integer 0 0 0 maxint 0 1 domain violation limit
8
+ nodlim integer 0 100 0 maxint 0 1 node limit
9
+ tryint double 0 0 0 maxdouble 0 1 tryint tolerance
10
+ optca double 0 0 0 maxdouble 0 1 absolute stopping tolerance
11
+ optcr double 0 0.1 0 maxdouble 0 1 relative stopping tolerance
12
+ cheat double 0 0 0 maxdouble 0 1 overrides GAMS Cheat parameter
13
+ cutoff double 0 0 0 maxdouble 0 1 cutoff for tree search
14
+ sysout boolean 0 0 0 1 system output
15
+ rootsolver string 0 "" 1 1 solver for the root node
16
+ subsolver string 0 "" 1 1 solver for the subproblems
17
+ loginterval integer 0 1 0 maxint 1 1 progress display interval
18
+ loglevel enumint 0 1 1 1 level of solver display
19
+ 0 1 only SBB log lines with one line every loginterval nodes
20
+ 1 1 NLP solver log for the root node plus SBB loglines as 0
21
+ 2 1 NLP solver log for all nodes plus SBB log lines as 0
22
+ subres double 0 0.0 0.0 maxdouble 1 1 resource limit for the subsolve
23
+ subiter integer 0 0 0 maxint 1 1 iteration limit for the subsolve
24
+ failseq string 0 "" 1 1 solver sequence for failed nodes
25
+ infeasseq string 0 "" 1 1 solver sequence for infeasible nodes
26
+ acceptnonopt boolean 0 0 1 1 accepts feasible solution from subsolver
27
+ avgresmult integer 0 5 -1 maxint 1 1 average resource multiplicator
28
+ nodesel enumint 0 0 1 1 node selection strategy
29
+ 0 1 automatic
30
+ 1 1 Depth First Search (DFS)
31
+ 2 1 Best Bound (BB)
32
+ 3 1 Best Estimate (BE)
33
+ 4 1 DFS/BB mix
34
+ 5 1 DFS/BE mix
35
+ 6 1 DFS/BB/BE mix
36
+ dfsstay integer 0 0 0 maxint 1 1 keeps DFS node selection after solution has been found
37
+ varsel enumint 0 0 1 1 variable selection strategy at each node
38
+ 0 1 automatic
39
+ 1 1 maximum integer infeasibility
40
+ 2 1 minimum integer infeasibility
41
+ 3 1 pseudo costs
42
+ epint double 0 1.0e-5 1e-9 1 1 1 integer feasibility tolerance
43
+ memnodes integer 0 10000 0 maxint 1 1 maximum number of nodes in memory
44
+ printbbinfo enumint 0 0 1 1 prints additional node info
45
+ 0 1 print no additional info
46
+ 1 1 print variable selection letter
47
+ 2 1 print best estimate
48
+ intsollim integer 0 2100000000 1 2100000000 1 1 maximum number of integer solutions
49
+ usercallparmfile string 0 "" 1 1 Command-line parameter include file used in GAMS command-line calls triggered by BCH
50
+ userheurcall string 0 "" 1 1 the GAMS command line to call the heuristic
51
+ usergdxname string 0 "bchout.gdx" 1 1 the name of the GDX file exported from the solver with the solution at the node
52
+ usergdxnameinc string 0 "bchout_i.gdx" 1 1 the name of the GDX file exported from the solver with the incumbent solution
53
+ userheurfreq integer 0 10 0 maxint 1 1 determines the frequency of the cut generator model calls
54
+ userheurinterval integer 0 100 0 maxint 1 1 determines the interval when to apply the multiplier for the frequency of the cut generator model calls
55
+ userheurmult integer 0 2 0 maxint 1 1 determines the multiplier for the frequency of the cut generator model calls
56
+ userheurfirst integer 0 10 0 maxint 1 1 calls the cut generator for the first n nodes
57
+ userheurobjfirst integer 0 50 0 maxint 1 1 Similar to UserHeurFirst but only calls the heuristic if the relaxed objective promises an improvement
58
+ userheurnewint boolean 0 0 1 1 calls the heuristic if the solver found a new integer feasible solution
59
+ miptrace string 0 "" 1 1 filename of MIP trace file
60
+ miptracenode integer 0 100 1 maxint 1 1 node interval when a trace record is written
61
+ miptracetime double 0 5.0 1e-5 maxdouble 1 1 time interval when a trace record is written
62
+ bbdfsmult double 0 3.0 1e-5 maxdouble 0 1 best-bound to dfs switch option
63
+ ninfmult double 0 3.0 1e-5 maxdouble 0 1 best-bound to dfs switch option
64
+ rgapmult double 0 0.9 1e-5 maxdouble 0 1 best-bound to dfs switch option
65
+ debuglevel integer 0 0 0 maxint 0 1 level of debug information printed
66
+ finalsolver string 0 "" 0 1 solver for the final solve
67
+ solvelink enumint 0 5 1 1 Solvelink for GAMS NLP solver
68
+ 1 1 Call GAMS NLP solver via script
69
+ 2 1 Call GAMS NLP solver via module
70
+ 4 0 Call NLP and MIP solver via grid script (simulate)
71
+ 5 1 Call GAMS NLP solver in memory
72
+ stopnode integer 0 0 0 maxint 0 1 node number where SBB will stop with solving node
73
+ stopexclnode integer 0 0 0 maxint 0 1 node number where SBB will stop without solving node
74
+ printrootiter boolean 0 0 0 1 prints the iterations at node 0
75
+ bemult double 0 1.0 1e-5 maxdouble 0 1 best estimate stuff
76
+ beover double 0 0.5 1e-5 maxdouble 0 1 best estimate stuff
77
+ beunder double 0 0.5 1e-5 maxdouble 0 1 best estimate stuff
78
+ lowbbcnt integer 0 10 0 maxint 0 1 best estimate stuff
79
+ medbecnt integer 0 1 0 maxint 0 1 best estimate stuff
80
+ highbecnt integer 0 10 0 maxint 0 1 best estimate stuff
81
+ printvar boolean 0 0 0 1 prints branching variable number
82
+ strict boolean 0 0 0 1 with strict enabled SBB terminates on minor problems
83
+ gdxout string 0 "" 0 1 name stem of solution GDX files
84
+ nobounds immediate nobounds 0 1 ignores bounds on options
85
+ readfile immediate readfile 0 1 read secondary option file
86
+ *
87
+ * indicator section
88
+ *
89
+ *
90
+ * Groups
91
+ * <group-ident> group <group-number <help-context> <help-text>
92
+ *
93
+ general group 1 1 General Options
94
+ *** End of file
gamspy_base/path52.dll CHANGED
Binary file
Binary file
gamspy_base/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '51.0.0rc1'
1
+ __version__ = '51.2.0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_base
3
- Version: 51.0.0rc1
3
+ Version: 51.2.0
4
4
  Description-Content-Type: text/markdown
5
5
  Dynamic: description
6
6
  Dynamic: description-content-type
@@ -0,0 +1,57 @@
1
+ gamspy_base/.uninstinfo.ini,sha256=JHbGxyWcrrup3PaG4kkO3PRkeZo-_Ef5PxZQP4QiYf4,407
2
+ gamspy_base/__init__.py,sha256=89FTBHjYEqEwZs4KxDBjaEDA-tDGuH3EtFicxagvHV8,4992
3
+ gamspy_base/co4cclib64.dll,sha256=l7KZYl0TiAXJieWbbcQqUwmSMkIg38ODtuxPRkNPhIg,374272
4
+ gamspy_base/conopt464.dll,sha256=PoBInBYQ7hJEix0s1Z7nSRAhvU5NbvpDn7hBv5JLI74,4164608
5
+ gamspy_base/conoptlu.dll,sha256=LM0_gu7lL9RPtMpaGV2YY456EK5_TUcqlOix5mMgkhA,1687552
6
+ gamspy_base/cplex2212.dll,sha256=1gEB29c3UVUmPQb-iHyKiuvk-pe5YCxPtM80luVK9-s,28479312
7
+ gamspy_base/cpxcclib64.dll,sha256=tXg-MpFnotb5POVQYkpYbl-9I048PrBV0vWAs36WtKA,713728
8
+ gamspy_base/cvdcclib64.dll,sha256=sxCF0ECWVmyFxqvEpaCdHWdF8Hc1Vcv67xRhB7kepTc,717312
9
+ gamspy_base/dctmdclib64.dll,sha256=fJJH5ddj5cjyP-yENNXYB4jwHjO-J4ndUHCiDnQgSVw,585728
10
+ gamspy_base/eula.pdf,sha256=2Q9rczcNINsmZIc3110QKenVtrivaUzzvOe6wzi1q4M,134031
11
+ gamspy_base/gams.exe,sha256=cZ98pctPDGD9eOMt2gh7cPZcq1Hwbecran7-_t4UYlE,2230176
12
+ gamspy_base/gamscmex.exe,sha256=Jb_gWAdhE-pqP9w3neNpY1w3-hf1uaH_PyTGs4XMcmU,4860832
13
+ gamspy_base/gamserrs.txt,sha256=pZTvJxUzyvk8SSvY5UVk2z5wkpsEiIbRaFRmInZoZwk,66005
14
+ gamspy_base/gamsgetkey.exe,sha256=Pv2MFkKMhoZUblV5BLgMiQ-OuHsK1_-khrBOXp_maeI,1628672
15
+ gamspy_base/gamslice.txt,sha256=YfZNVvd3CqYsUNPzo2qPHu8jVXtHAV2oW9t6eziZk1o,536
16
+ gamspy_base/gamsprobe.exe,sha256=1__Uwrs4KeLGpJ-wARf4uVAJMU3DsTGALLVoOGefOY4,592896
17
+ gamspy_base/gdxcclib64.dll,sha256=Hhs4GQAUnJGr711A1bAZzbJXjPw5flisEQsuJfuX4d8,664064
18
+ gamspy_base/gdxdiff.exe,sha256=bcsJ4e73lGlUeI-8iBx5ioZ5xlNpXyGUBc6N7MYlkMo,488960
19
+ gamspy_base/gdxdump.exe,sha256=cs01ymC4SXSO1T8pZ8QhjVQz3o86Sl2hVhDPa7eiP3M,432640
20
+ gamspy_base/gevopt.def,sha256=v41msDfYcQ9NLT6OPzJ9N_r_tmuGlJsACi8d-DDHVFQ,5692
21
+ gamspy_base/gmdcclib64.dll,sha256=S1560QujC7QMx7YCSfivuNiXoHh6j1eHjR2rjwNR7zQ,1687040
22
+ gamspy_base/gmscmpNT.txt,sha256=iJb6TWxirbCfJ_o27ewdg98SYAmTkpEoT8gOyi42Auk,1237
23
+ gamspy_base/gmscvnnt.cmd,sha256=hEbCNO8Jt2UMiZuvHcqC-x2rr_kj76IU7BnLmEVsF1s,95
24
+ gamspy_base/gmscvnnx.exe,sha256=C2xBLshof8551ravRu3LLxjO12WKY2VvtiLpHl-MUsM,1372160
25
+ gamspy_base/gmsgennt.cmd,sha256=2isubw0GZuxtoqQ_dHrTSJq0LrJytGlnOdYnoM_2BPU,131
26
+ gamspy_base/gmsgennx.exe,sha256=rZznWYpvbvHdE7pNj8Gd8L0-2E7FB47gp6v3ZqLjPHw,766464
27
+ gamspy_base/gmske_nt.cmd,sha256=X_idVZzx_0TdWwCpnCunEurA7dqdxC9SypDfGitH1-c,346
28
+ gamspy_base/gmsprmNT.txt,sha256=E0NH-T8HDbEDf_1hpc9LxIqjkRAVk01pJOrq9x9NAjg,432
29
+ gamspy_base/gmssb_nt.cmd,sha256=4_aGbpYI3WKl6GYbw-Pgfm01OcLixpjjYexmrVe5xaM,95
30
+ gamspy_base/gmssb_nx.exe,sha256=CDypLlBFdpc-L-qNeAy0eFpaBHmpA5y95UWQ4lX8ots,560640
31
+ gamspy_base/gmszlib164.dll,sha256=j5q9eIIAZkZesx8aNqxEGVP0M99xLFP6fJlBmEzW0Yc,186880
32
+ gamspy_base/gsscclib64.dll,sha256=0IHdRDxlgX-wpvp_SsNgDiFTwchdK5LaMsmjHHCAr2A,454144
33
+ gamspy_base/guccclib64.dll,sha256=xmP4nHcmkSyKnD1Voa8E9KU5vojKjBSAquutmbX4_2c,251904
34
+ gamspy_base/joatdclib64.dll,sha256=iCEMOc4tuYlX6KQgLVMIH2uwZ8qSrf43fbAvekedQ4I,4217856
35
+ gamspy_base/libcrypto-3-x64.dll,sha256=sR38wBwiJHWbzGJm4eVgb_5ivskGw-qWLb3khMhHQT0,5484032
36
+ gamspy_base/libifcoremd.dll,sha256=x8iFLCgtUCJjWdfdmQycUx9BlXcNCW-Q3MeGpcIN12k,1885224
37
+ gamspy_base/libiomp5md.dll,sha256=rnianO_21o3u03ODB5utReZfMzRWGdzGrwVMWHbYJ4s,1917296
38
+ gamspy_base/libmmd.dll,sha256=Qf9bE3FoMllIyq4gRjhGK-Al9PVonTI0O5GP-dwuhb4,4449832
39
+ gamspy_base/msvcp140.dll,sha256=Hi4ry5FpMfDubQpWchJREkTnRC2ldHV8MxwbkQh_Kg8,557136
40
+ gamspy_base/optconopt.def,sha256=fHvYZ5BxgwrwOT3ALPPXfdrqSa5a1m6EJrC9UI24IHQ,15996
41
+ gamspy_base/optconvert.def,sha256=Jdw2dNjPkshEUYTiJrwTkt6p1Y_7iDyCS_-qua6WPs8,6623
42
+ gamspy_base/optcplex.def,sha256=X4BofPnT7C9n1U22c7nbCgT-fg7kAHg7dBWWWnbnnsk,41486
43
+ gamspy_base/optdclib64.dll,sha256=-WbfcION-G4NCg1QUDe5bbHn_Z1cMnUJzHje9uqnWv8,903680
44
+ gamspy_base/optgams.def,sha256=BGKnfFSjYvzS9X7RucN2HMeSn9GxOmKNOOeoXZWIDAU,39245
45
+ gamspy_base/optnlpec.def,sha256=khlhukH9KNAPg12mktowhC5FGpXiQLkWusVQ6IkWYiA,3398
46
+ gamspy_base/optpath.def,sha256=KBVp9p33IJB44r8DuCZFazG7YxsG5c3u7c_sjWNyi_I,13986
47
+ gamspy_base/optsbb.def,sha256=laVifr-NFj3MG9Pjm5azVxZ8Ei5Eo2FDXrKjXaTjn2Y,5209
48
+ gamspy_base/path52.dll,sha256=pDSSJhoIToBWsIZmq7knSYWTgN8Dm5BmdTyJJij6YWI,1012224
49
+ gamspy_base/ptccclib64.dll,sha256=3QdigkBcogdsJRKj3r_8fnyqFMiQ9AdGghiXDxR9OTM,459264
50
+ gamspy_base/svml_dispmd.dll,sha256=rr39R7-1eGwNx0Y1Lx_gGomrzdbriUCyu1yZuEtI0yI,22187560
51
+ gamspy_base/vcruntime140.dll,sha256=YLgT-Lh_9Po0TwgcFjwaIjS14-QfdIchwo-97Lz-y4o,124520
52
+ gamspy_base/vcruntime140_1.dll,sha256=4ws_SXm2O1BDjQYYWMnN6WL0SU5YXGJ6EcmLbFt7JZI,49792
53
+ gamspy_base/version.py,sha256=eS_p3cUyFcYvVDeF-r8oGbBV8-5G-8_4Gz7jKc2uXJ8,22
54
+ gamspy_base-51.2.0.dist-info/METADATA,sha256=Lb5LBUmu882u1XZuzvulVdUrfP5ffjP2H-AdK_BlHEI,1661
55
+ gamspy_base-51.2.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
56
+ gamspy_base-51.2.0.dist-info/top_level.txt,sha256=fHPPNkvwG72CqYg3ST58kZ324kKtxZxZEzxSp_mM_EE,12
57
+ gamspy_base-51.2.0.dist-info/RECORD,,