gamspy-base 50.4.1__py3-none-win_amd64.whl → 51.1.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 (47) hide show
  1. gamspy_base/.uninstinfo.ini +0 -5
  2. gamspy_base/__init__.py +6 -6
  3. gamspy_base/co4cclib64.dll +0 -0
  4. gamspy_base/conopt464.dll +0 -0
  5. gamspy_base/cpxcclib64.dll +0 -0
  6. gamspy_base/cvdcclib64.dll +0 -0
  7. gamspy_base/dctmdclib64.dll +0 -0
  8. gamspy_base/gams.exe +0 -0
  9. gamspy_base/gamscmex.exe +0 -0
  10. gamspy_base/gamsgetkey.exe +0 -0
  11. gamspy_base/gamslice.txt +7 -4
  12. gamspy_base/gamsprobe.exe +0 -0
  13. gamspy_base/gdxcclib64.dll +0 -0
  14. gamspy_base/gdxdiff.exe +0 -0
  15. gamspy_base/gdxdump.exe +0 -0
  16. gamspy_base/gmdcclib64.dll +0 -0
  17. gamspy_base/gmscmpNT.txt +10 -21
  18. gamspy_base/gmscvnnx.exe +0 -0
  19. gamspy_base/gmsgennx.exe +0 -0
  20. gamspy_base/gmssb_nt.cmd +3 -0
  21. gamspy_base/gmssb_nx.exe +0 -0
  22. gamspy_base/gmszlib164.dll +0 -0
  23. gamspy_base/gsscclib64.dll +0 -0
  24. gamspy_base/guccclib64.dll +0 -0
  25. gamspy_base/joatdclib64.dll +0 -0
  26. gamspy_base/libcrypto-3-x64.dll +0 -0
  27. gamspy_base/optconopt.def +6 -5
  28. gamspy_base/optcplex.def +0 -22
  29. gamspy_base/optdclib64.dll +0 -0
  30. gamspy_base/optgams.def +1 -0
  31. gamspy_base/optsbb.def +94 -0
  32. gamspy_base/path52.dll +0 -0
  33. gamspy_base/ptccclib64.dll +0 -0
  34. gamspy_base/version.py +1 -1
  35. {gamspy_base-50.4.1.dist-info → gamspy_base-51.1.0.dist-info}/METADATA +1 -1
  36. gamspy_base-51.1.0.dist-info/RECORD +57 -0
  37. gamspy_base/gmske_nx.py +0 -933
  38. gamspy_base/gurobi120.dll +0 -0
  39. gamspy_base/ipocclib64.dll +0 -0
  40. gamspy_base/ipopt.dll +0 -0
  41. gamspy_base/mkl_gams.dll +0 -0
  42. gamspy_base/optipopt.def +0 -521
  43. gamspy_base/pthreads.dll +0 -0
  44. gamspy_base/shtcclib64.dll +0 -0
  45. gamspy_base-50.4.1.dist-info/RECORD +0 -62
  46. {gamspy_base-50.4.1.dist-info → gamspy_base-51.1.0.dist-info}/WHEEL +0 -0
  47. {gamspy_base-50.4.1.dist-info → gamspy_base-51.1.0.dist-info}/top_level.txt +0 -0
@@ -5,11 +5,6 @@ key2=Software\Classes\.gdx
5
5
  key3=Software\Classes\gamside.file
6
6
  key4=Software\Classes\gamside.file\DefaultIcon
7
7
  key5=Software\Classes\gamside.file\shell\open\command
8
- key6=Software\Classes\.gpr
9
- key7=Software\Classes\gamside.project
10
- key8=Software\Classes\gamside.project\DefaultIcon
11
- key9=Software\Classes\gamside.project\shell\open\command
12
- key10=Software\Classes\gams.location
13
8
  key11=Software\Classes\.gsp
14
9
  key12=Software\Classes\gamsstudio.project
15
10
  key13=Software\Classes\gamsstudio.project\DefaultIcon
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', 'SBB', 'SCIP', 'SHOT', 'SNOPT', 'SOPLEX', 'XPRESS']
11
11
 
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']
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', 'SBB', 'SCIP', 'SHOT', 'SNOPT', 'SOPLEX', 'XPRESS']
13
13
 
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'], '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']}
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/gamslice.txt CHANGED
@@ -1,5 +1,8 @@
1
- GAMS_Demo,_for_EULA_and_demo_limitations_see___G250531/0001CB-GEN
1
+ GAMS_Demo,_for_EULA_and_demo_limitations_see___G250826+0003Cc-GEN
2
2
  https://www.gams.com/latest/docs/UG%5FLicense.html_______________
3
- 1496683900_______________________________________________________
4
- 0801354905_______________________________________________________
5
- DC0000_______g_1_______________________________C_Eval____________
3
+ 00_______________________________________________________________
4
+ 05_______________________________________________________________
5
+ DC0000____dab19b85-4755-4bc0-9ed0-64c1c5c942b2_O_DEMO____________
6
+ v:2______________________________________________________________
7
+ MEUCIQDerdZ4dN5bwjBSQYxn5CoRuQLmtvkPEQEqXX8Bv2+VWwIgGyoq8H5oEYR67
8
+ 8Hu8P0/zNNWs+G7dj9j+QaYw9J56pY=__________________________________
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
gamspy_base/optconopt.def CHANGED
@@ -2,7 +2,7 @@
2
2
  * optconopt.def
3
3
  *
4
4
 
5
- threads integer 0 1 0 maxint 1 5 Number of threads used by Conopt internally
5
+ threads integer 0 4 0 maxint 1 5 Number of threads used by Conopt internally
6
6
  LF2DRV integer 0 10 0 maxint 0 4
7
7
  Lim_Err_2DDir integer 0 10 0 maxint 1 1 Limit on errors in Directional Second Derivative evaluation.
8
8
  LFCON3 integer 0 0 minint maxint 0 4
@@ -294,7 +294,7 @@ RTMXJ2 double 0 1.e4 1 maxdouble 0 4
294
294
  Lim_Hess_Est double 0 1.e4 1 maxdouble 1 2 Upper bound on second order terms.
295
295
  RVNZW double 0 0 mindouble maxdouble 0 4
296
296
  RVHESS double 0 0 0 maxdouble 0 4
297
- HessianMemFac double 0 0 0 maxdouble 1 5 Memory factor for Hessian generation: Skip if #Hessian elements > #Nonlinear Jacobianelements*HessianMemFac, 0 means unlimited.
297
+ HessianMemFac double 0 0 0 maxdouble 1 5 Memory factor for Hessian generation: Skip if number of Hessian elements > (number of Nonlinear Jacobian elements)*HessianMemFac, 0 means unlimited.
298
298
  WRTPAR boolean 0 1 0 4
299
299
  DOTIME boolean 0 1 0 4
300
300
  DPIUSR boolean 0 1 0 4
@@ -324,13 +324,14 @@ TESTZM boolean 0 1 0 4
324
324
  TESTNA boolean 0 1 0 4
325
325
  NOCLOCK boolean 0 1 0 4
326
326
  DUMPHEX boolean 0 1 0 4
327
+ Tell_A_Story boolean 0 0 0 4
327
328
  nobounds immediate nobounds 0 4
328
329
  readfile immediate readfile 0 4
329
330
  cooptfile string 0 "" 1 5
330
331
  HEAPLIMIT double 0 1e20 0 maxdouble 1 5 Maximum Heap size in MB allowed
331
- THREADF integer 0 1 0 maxint 1 5 Number of threads used for function evaluation
332
- THREAD2D integer 0 1 0 maxint 0 5 Number of threads used for second derivatives
333
- THREADC integer 0 1 0 maxint 1 5 Number of compatibility threads used for comparing different values of THREADS
332
+ THREADF integer 0 4 0 maxint 1 5 Number of threads used for function evaluation
333
+ THREAD2D integer 0 4 0 maxint 0 5 Number of threads used for second derivatives
334
+ THREADC integer 0 4 0 maxint 1 5 Number of compatibility threads used for comparing different values of THREADS
334
335
  domlim synonym LFEERR
335
336
  iterlim synonym LFITER
336
337
  reslim synonym RVTIME
gamspy_base/optcplex.def CHANGED
@@ -5,7 +5,6 @@
5
5
  usebasis boolean 0 0 0 1 GMO usebasis
6
6
  cutoff double 0 0.0 mindouble maxdouble 0 1 GMO cutoff
7
7
  tryint double 0 0.0 0 1 0 1 GMO tryint
8
- domlim integer 0 0 0 maxint 0 1 domain violation number
9
8
  .benderspartition integer 0 0 0 maxint 1 7 Benders partition
10
9
  benderspartitioninstage boolean 0 0 1 7 Benders partition through stage variable suffix
11
10
  bndrng strlist 0 1 1 do lower / upper bound ranging
@@ -14,11 +13,6 @@ cardls enumint 2235 -1 1 7 decides how often to apply the cardinality local sear
14
13
  0 1 Automatic
15
14
  1 1 Apply the CLSH only at the root node
16
15
  2 1 Apply the CLSH at the nodes of the branch and bound tree
17
- crossoveralg enumstr 0 "default" 0 5 use parameter barcrossalg to select crossover algorithm
18
- "default" 1 Automatic
19
- "primal" 1 Primal Simplex
20
- "dual" 1 Dual Simplex
21
- "none" 0 No crossover
22
16
  cuts enumstr 0 "0" 1 7 default cut generation
23
17
  "-1" 1 Do not generate cuts
24
18
  "0" 1 Determined automatically
@@ -32,18 +26,12 @@ cuts enumstr 0 "0" 1 7 default cut generation
32
26
  .divflt double 0 0 mindouble maxdouble 1 9 solution pool range filter coefficients
33
27
  divfltlo double 0 mindouble mindouble maxdouble 1 9 lower bound on diversity
34
28
  divfltup double 0 maxdouble mindouble maxdouble 1 9 upper bound on diversity
35
- dtprefix string 0 "bnd" 0 7 prefix for the GDX file for the open nodes
36
- dtterm boolean 0 1 0 7 terminate after last node has been dumped
37
- dumpcuts boolean 0 0 0 7 dumps the cuts generated by CPLEX
38
- dumplp boolean 0 0 0 7 dumps the problem in LP format using sequence number in a file name
39
- dumptree integer 0 0 0 maxint 0 7 dumps the tree when tree has n open nodes
40
29
  exactkappa boolean 0 0 1 11 report exact condition number in quality report
41
30
  feasopt boolean 0 0 1 1 computes a minimum-cost relaxation to make an infeasible model feasible
42
31
  0 Turns Feasible Relaxation off
43
32
  1 Turns Feasible Relaxation on
44
33
  .feaspref double 0 1 0 1e+020 1 1 feasibility preference
45
34
  fixoptfile string 0 "" 1 1 name of option file which is read just before solving the fixed problem
46
- flushfiles boolean 0 0 0 11 flush status and MIP trace files *** hidden
47
35
  freegamsmodel boolean 0 0 1 1 preserves memory by dumping the GAMS model instance representation temporarily to disk
48
36
  iafile string 0 "" 1 1 secondary option file to be read in interactive mode triggered by iatriggerfile
49
37
  iatriggerfile string 0 "" 1 1 file that triggers the reading of a secondary option file in interactive mode
@@ -56,12 +44,6 @@ indicoptstrict boolean 0 1 1 1 abort in case of an error in indicator constraint
56
44
  interactive boolean 0 0 1 1 allow interactive option setting after a Control-C
57
45
  .lazy boolean 0 0 1 7 Lazy constraints activation
58
46
  lazyconstraints boolean 0 0 1 7 Indicator to use lazy constraints
59
- lpalg enumstr 0 "default" 0 1 use parameter lpmethod to specify algorithm used for LP problems
60
- "barrier" 1 Barrier
61
- "default" 1 Automatic
62
- "primal" 1 Primal Simplex
63
- "dual" 1 Dual Simplex
64
- "network" 1 Network Simplex
65
47
  ltol double 0 0 0 maxdouble 1 4 basis identification primal tolerance
66
48
  mipstart integer 0 0 0 6 1 7 use mip starting values
67
49
  0 do not use the values
@@ -155,7 +137,6 @@ userkeep boolean 0 0 1 12 calls gamskeep instead of gams
155
137
  userlazyconcall string 0 "" 1 12 the GAMS command line to call the lazy constraint generator
156
138
  userpricingcall string 0 "" 0 12 the GAMS command line to call the pricing model
157
139
  usersolvenodelp string 0 "" 0 12 use the user solve node lp callback that dumps the bounds for infeasible nodes
158
- waitforenter boolean 0 0 0 1 the user needs to hit enter before we terminate
159
140
  writeannotation string 0 "" 1 11 produce a Cplex annotation file
160
141
  writebas string 0 "" 1 11 produce a Cplex basis file
161
142
  writeflt string 0 "" 1 11 produce a Cplex solution pool filter file
@@ -807,9 +788,6 @@ myeolchar EOLCOMM !
807
788
  *
808
789
  * deprecated section
809
790
  *
810
- cplex10 deprecated
811
- crossoveralg Use option barcrossalg to specify barrier crossover method
812
- lpalg Use option lpmethod to specify algorithm used for LP problems
813
791
  cplex11 deprecated
814
792
  writepremps Use option writepre to specify file name. File extension determines problem format
815
793
  cplex20_1 deprecated
Binary file
gamspy_base/optgams.def CHANGED
@@ -511,6 +511,7 @@ SolveOpt enumint 0 1 1 5 Multiple solve management
511
511
  1 1 The solution information for all equations and variables is merged into the existing solution information
512
512
  2 1 The solution information for all equations appearing in the model is completely replaced; in addition, variables appearing in the symbolic equations but removed by conditionals will be removed
513
513
  Multi string 0 "off" 1 1 Switch default for "$on/offMulti[R]"
514
+ AllowCEqu integer 0 0 0 1 0 1 Allow use of C Equations
514
515
  CompilerPreview enumint 0 0 1 1 Test current inputs with upcoming version of GAMS compiler and show problems in save file (see \ref UG_SaveRestart)
515
516
  0 1 only use current (default) reference compiler
516
517
  1 1 compile input with both compilers (current and upcoming) sequentially and show and abort on save file mismatch
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__ = '50.4.1'
1
+ __version__ = '51.1.0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_base
3
- Version: 50.4.1
3
+ Version: 51.1.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=bzkwCTP2Cv9HRTSEaZcp34Zgs4eqtVVQbilexLqgV38,5006
3
+ gamspy_base/co4cclib64.dll,sha256=ofaqz3sNYsAcORAjUSM3LtyneWwZE5AfXJ2UDnK53_c,374272
4
+ gamspy_base/conopt464.dll,sha256=3cvJX02sUV3hOq5NEKBYCY-cReLsNHHnY0oSirmdStw,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=I790TN2rFxfr9jFrW4ch2fY7wUEjYR4K6PBZYb6G9Qc,713728
8
+ gamspy_base/cvdcclib64.dll,sha256=mk0R4z-KejmMVv3pHvPAX7Ckdg5Mv6BY91cbnP5NqQI,717312
9
+ gamspy_base/dctmdclib64.dll,sha256=8VyYdYltW0fzyXMupv9EpX-QcrP3MjHTbm9w3BuAinM,585728
10
+ gamspy_base/eula.pdf,sha256=2Q9rczcNINsmZIc3110QKenVtrivaUzzvOe6wzi1q4M,134031
11
+ gamspy_base/gams.exe,sha256=Z4cmTsUWy1mhYZjco9Q75EZ7j_HszvNffRavpRVnF9M,2229152
12
+ gamspy_base/gamscmex.exe,sha256=_6LdmzrVAVugAuz4Pcs6Vkn6xBPLuK9wS6PDYtA7O84,4859808
13
+ gamspy_base/gamserrs.txt,sha256=pZTvJxUzyvk8SSvY5UVk2z5wkpsEiIbRaFRmInZoZwk,66005
14
+ gamspy_base/gamsgetkey.exe,sha256=2U8drh2_ouraV8XbAH_6Zj-u6GVf_vN-Ge4aDfFWkZ8,1628160
15
+ gamspy_base/gamslice.txt,sha256=YfZNVvd3CqYsUNPzo2qPHu8jVXtHAV2oW9t6eziZk1o,536
16
+ gamspy_base/gamsprobe.exe,sha256=XNKl2xlJ9GMjgDNFNhPjPy7aMZuS9yubfcsi7YGI8X0,592896
17
+ gamspy_base/gdxcclib64.dll,sha256=CJVbO9N24n3ySXjBO_zB8AD188TqCbITtozw4ssjdK0,664064
18
+ gamspy_base/gdxdiff.exe,sha256=V2QrhkGbPSrFklS7Xk-HhwTc33VP8xMDFCZ9-yp4MxM,488960
19
+ gamspy_base/gdxdump.exe,sha256=jBJ3agT8U8lkeigE4NJpu51-WM3JutcXLdUOzGH3oiA,432640
20
+ gamspy_base/gevopt.def,sha256=v41msDfYcQ9NLT6OPzJ9N_r_tmuGlJsACi8d-DDHVFQ,5692
21
+ gamspy_base/gmdcclib64.dll,sha256=rUE6UgAs5Sl9KdtLtNvjVTseGqSunbVcuua-qS8784k,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=8C-QV-6iIHdCzDjBigkTQznEeOF8Y2udDXATDTZIJi8,1372160
25
+ gamspy_base/gmsgennt.cmd,sha256=2isubw0GZuxtoqQ_dHrTSJq0LrJytGlnOdYnoM_2BPU,131
26
+ gamspy_base/gmsgennx.exe,sha256=KNJLmHBl_ZsIcLcLLq1EOnkDlVPHiakhEKfc6NZojeM,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=uDQZIyZwFY458T_964mIWWEnxxp6wnLHjKX_aKd-F64,560640
31
+ gamspy_base/gmszlib164.dll,sha256=Cwjr1vXqvG9Nr4ruAzXvPMyoWn0_lpqoXyQvc32g21E,186880
32
+ gamspy_base/gsscclib64.dll,sha256=e5j_5mczN5OwgIBaaPXeAuUYfGTuTfJ69r-HT1b4zZ0,454144
33
+ gamspy_base/guccclib64.dll,sha256=MmrZiMoshWFNsf53Pe0bdlE0tYYjHqFsiyBzC_TcnMk,251904
34
+ gamspy_base/joatdclib64.dll,sha256=hjeoOKXQeg8v3ND9Ux-xFaUhY95PfTOsLvqheoq8UPk,4216832
35
+ gamspy_base/libcrypto-3-x64.dll,sha256=18-2tZxJa28s2QWyXEkWdzwZOh5g-7_LnJ5aKKxPgo0,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=LEKtNOLqyz3AspzndcuaDKF6HLJqF6BOhTPbuYblKy8,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=vY-A8gNfqHIy4NrVMJHx3pAjbt53Qxb_xdJWbusX7F0,1012224
49
+ gamspy_base/ptccclib64.dll,sha256=r-31DK7xJCKlWWVryyhMd5cOimtblZBO0CGEHMIQ1oU,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=1SqOxVzp7c6oVlmeBx3nYBng_AzA6N1peyV1-cK2ieg,22
54
+ gamspy_base-51.1.0.dist-info/METADATA,sha256=RZJNtOuCHc407J6EyXQqrP0wrkuKEgthts9ROc_FL8o,1661
55
+ gamspy_base-51.1.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
56
+ gamspy_base-51.1.0.dist-info/top_level.txt,sha256=fHPPNkvwG72CqYg3ST58kZ324kKtxZxZEzxSp_mM_EE,12
57
+ gamspy_base-51.1.0.dist-info/RECORD,,