gamspy-base 50.4.1__py3-none-win_amd64.whl → 50.5.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_base/__init__.py +4 -4
- gamspy_base/co4cclib64.dll +0 -0
- gamspy_base/conopt464.dll +0 -0
- gamspy_base/cpxcclib64.dll +0 -0
- gamspy_base/cvdcclib64.dll +0 -0
- gamspy_base/dctmdclib64.dll +0 -0
- gamspy_base/gams.exe +0 -0
- gamspy_base/gamscmex.exe +0 -0
- gamspy_base/gamsgetkey.exe +0 -0
- gamspy_base/gamslice.txt +7 -4
- gamspy_base/gamsprobe.exe +0 -0
- gamspy_base/gdxcclib64.dll +0 -0
- gamspy_base/gdxdiff.exe +0 -0
- gamspy_base/gdxdump.exe +0 -0
- gamspy_base/gmdcclib64.dll +0 -0
- gamspy_base/gmscmpNT.txt +10 -21
- gamspy_base/gmscvnnx.exe +0 -0
- gamspy_base/gmsgennx.exe +0 -0
- gamspy_base/gmssb_nt.cmd +3 -0
- gamspy_base/gmssb_nx.exe +0 -0
- gamspy_base/gmszlib164.dll +0 -0
- gamspy_base/gsscclib64.dll +0 -0
- gamspy_base/guccclib64.dll +0 -0
- gamspy_base/joatdclib64.dll +0 -0
- gamspy_base/libcrypto-3-x64.dll +0 -0
- gamspy_base/optdclib64.dll +0 -0
- gamspy_base/optsbb.def +94 -0
- gamspy_base/path52.dll +0 -0
- gamspy_base/ptccclib64.dll +0 -0
- gamspy_base/version.py +1 -1
- {gamspy_base-50.4.1.dist-info → gamspy_base-50.5.0.dist-info}/METADATA +1 -1
- gamspy_base-50.5.0.dist-info/RECORD +57 -0
- gamspy_base/gmske_nx.py +0 -933
- gamspy_base/gurobi120.dll +0 -0
- gamspy_base/ipocclib64.dll +0 -0
- gamspy_base/ipopt.dll +0 -0
- gamspy_base/mkl_gams.dll +0 -0
- gamspy_base/optipopt.def +0 -521
- gamspy_base/pthreads.dll +0 -0
- gamspy_base/shtcclib64.dll +0 -0
- gamspy_base-50.4.1.dist-info/RECORD +0 -62
- {gamspy_base-50.4.1.dist-info → gamspy_base-50.5.0.dist-info}/WHEEL +0 -0
- {gamspy_base-50.4.1.dist-info → gamspy_base-50.5.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': '
|
|
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', '
|
|
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', '
|
|
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'], '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']}
|
|
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', '
|
|
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]
|
gamspy_base/co4cclib64.dll
CHANGED
|
Binary file
|
gamspy_base/conopt464.dll
CHANGED
|
Binary file
|
gamspy_base/cpxcclib64.dll
CHANGED
|
Binary file
|
gamspy_base/cvdcclib64.dll
CHANGED
|
Binary file
|
gamspy_base/dctmdclib64.dll
CHANGED
|
Binary file
|
gamspy_base/gams.exe
CHANGED
|
Binary file
|
gamspy_base/gamscmex.exe
CHANGED
|
Binary file
|
gamspy_base/gamsgetkey.exe
CHANGED
|
Binary file
|
gamspy_base/gamslice.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
GAMS_Demo,
|
|
1
|
+
GAMS_Demo,_for_EULA_and_demo_limitations_see___G250826+0003Cc-GEN
|
|
2
2
|
https://www.gams.com/latest/docs/UG%5FLicense.html_______________
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
gamspy_base/gdxcclib64.dll
CHANGED
|
Binary file
|
gamspy_base/gdxdiff.exe
CHANGED
|
Binary file
|
gamspy_base/gdxdump.exe
CHANGED
|
Binary file
|
gamspy_base/gmdcclib64.dll
CHANGED
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
|
44
|
+
DNLP CONOPT
|
|
56
45
|
EMP CONVERT
|
|
57
46
|
LP CPLEX
|
|
58
47
|
MCP PATH
|
|
59
|
-
MINLP
|
|
48
|
+
MINLP SBB
|
|
60
49
|
MIP CPLEX
|
|
61
|
-
MIQCP
|
|
50
|
+
MIQCP SBB
|
|
62
51
|
MPEC NLPEC
|
|
63
|
-
NLP
|
|
64
|
-
QCP
|
|
65
|
-
RMINLP
|
|
52
|
+
NLP CONOPT
|
|
53
|
+
QCP CONOPT
|
|
54
|
+
RMINLP CONOPT
|
|
66
55
|
RMIP CPLEX
|
|
67
|
-
RMIQCP
|
|
56
|
+
RMIQCP CONOPT
|
gamspy_base/gmscvnnx.exe
CHANGED
|
Binary file
|
gamspy_base/gmsgennx.exe
CHANGED
|
Binary file
|
gamspy_base/gmssb_nt.cmd
ADDED
gamspy_base/gmssb_nx.exe
ADDED
|
Binary file
|
gamspy_base/gmszlib164.dll
CHANGED
|
Binary file
|
gamspy_base/gsscclib64.dll
CHANGED
|
Binary file
|
gamspy_base/guccclib64.dll
CHANGED
|
Binary file
|
gamspy_base/joatdclib64.dll
CHANGED
|
Binary file
|
gamspy_base/libcrypto-3-x64.dll
CHANGED
|
Binary file
|
gamspy_base/optdclib64.dll
CHANGED
|
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
|
gamspy_base/ptccclib64.dll
CHANGED
|
Binary file
|
gamspy_base/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '50.
|
|
1
|
+
__version__ = '50.5.0'
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
gamspy_base/.uninstinfo.ini,sha256=n-FOPEhty6TwFz3Uml6JFkEr2qmAC8Ucmh5v_vYDmS4,621
|
|
2
|
+
gamspy_base/__init__.py,sha256=JmxslndCLm5peoGqmBa6sfa3BvqrMJp_VJYenQIK4-E,4793
|
|
3
|
+
gamspy_base/co4cclib64.dll,sha256=VfeiuDRxFkDOwklB2tybAmFlcpctz3zEKLij6Rzkls0,373248
|
|
4
|
+
gamspy_base/conopt464.dll,sha256=o7Fq-zDUzpFndmXEIdQU0yxvn01UPiX1ImLyD0Ri15o,3949056
|
|
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=b9lWpWAVoAKqj7BS3nFK1oQYA7DwFfgvHqG7jHG4hLU,712704
|
|
8
|
+
gamspy_base/cvdcclib64.dll,sha256=VgwPKt_3pEQWydAJ2Vr0yWN1wYH2qLuterH7avAqAy0,716800
|
|
9
|
+
gamspy_base/dctmdclib64.dll,sha256=dbPU6P_4_qs0nKKzzu9kEtqIXO9-sZiQcCVrpJRBTZE,585728
|
|
10
|
+
gamspy_base/eula.pdf,sha256=2Q9rczcNINsmZIc3110QKenVtrivaUzzvOe6wzi1q4M,134031
|
|
11
|
+
gamspy_base/gams.exe,sha256=kk2Xz04AIAwPray8wZPFTlf0C-6m_h4ilJX8zHSktdo,2231200
|
|
12
|
+
gamspy_base/gamscmex.exe,sha256=05ian-Jg_83uM54g3U282vhRwYLJgL66rILtC4iim5A,4861344
|
|
13
|
+
gamspy_base/gamserrs.txt,sha256=pZTvJxUzyvk8SSvY5UVk2z5wkpsEiIbRaFRmInZoZwk,66005
|
|
14
|
+
gamspy_base/gamsgetkey.exe,sha256=jtNK8fDE8s2lvntN7jqm_ymEi11dnEmlZpuQuAPnvD0,1625088
|
|
15
|
+
gamspy_base/gamslice.txt,sha256=YfZNVvd3CqYsUNPzo2qPHu8jVXtHAV2oW9t6eziZk1o,536
|
|
16
|
+
gamspy_base/gamsprobe.exe,sha256=fB_rMTRclzO4fi9quiqHfUvKANG-7WgmIdMSWkhmF9s,592896
|
|
17
|
+
gamspy_base/gdxcclib64.dll,sha256=ThadbG1v8BYgp76-8M0CLxUxlSKUT7E_RUa6NnBAvEg,656384
|
|
18
|
+
gamspy_base/gdxdiff.exe,sha256=TCFLsiTwS5IQqD76oCczNdRfvP78NduvFsTRRLkPFGw,484864
|
|
19
|
+
gamspy_base/gdxdump.exe,sha256=o1hgwIkpzewZcuQJPkworJLEPbxxxPhjuzc6UCbti4I,426496
|
|
20
|
+
gamspy_base/gevopt.def,sha256=v41msDfYcQ9NLT6OPzJ9N_r_tmuGlJsACi8d-DDHVFQ,5692
|
|
21
|
+
gamspy_base/gmdcclib64.dll,sha256=Q2gQQnOkUaFvHR2w2ntRHklNTlPhbwbPtLvhhWWnwLY,1678336
|
|
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=yEXsME6NTW70UATR43xXwAvZXrFvx6EGR9aAckoNCn0,1372672
|
|
25
|
+
gamspy_base/gmsgennt.cmd,sha256=2isubw0GZuxtoqQ_dHrTSJq0LrJytGlnOdYnoM_2BPU,131
|
|
26
|
+
gamspy_base/gmsgennx.exe,sha256=KHaGmc-oalzQza0M0ed9AFAPcBibheFhyR3114Bbq9c,763904
|
|
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=471zBKfFhV7cL57vdsdban3VaFq-4h8TLxYZe8qrkSQ,560128
|
|
31
|
+
gamspy_base/gmszlib164.dll,sha256=AMelAUEBH9cMfgnB4QQAe1OmwNJmgWhEcQlEenvUfTQ,186880
|
|
32
|
+
gamspy_base/gsscclib64.dll,sha256=Vor3dJabF8OKR5OjgFejwyt3E6uP8A_jqTAzj6mWMig,453120
|
|
33
|
+
gamspy_base/guccclib64.dll,sha256=0uitF92s7ibBjzE2FmhFTd0qHh4WG8St52pT47Cgbhc,251904
|
|
34
|
+
gamspy_base/joatdclib64.dll,sha256=Hs6jtkT58bGLAywGtXewfJ2lnE1yyBAbUIR18ra3mUw,4219392
|
|
35
|
+
gamspy_base/libcrypto-3-x64.dll,sha256=Ry1BtuAXME8C1_QgUEgBie2Jn2XYHgfZEO4-0Y-nsfk,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=nQW8Wq71oDY9G7uajLNNkZz0WBkVWrxoFtq56IqmiDk,15945
|
|
41
|
+
gamspy_base/optconvert.def,sha256=Jdw2dNjPkshEUYTiJrwTkt6p1Y_7iDyCS_-qua6WPs8,6623
|
|
42
|
+
gamspy_base/optcplex.def,sha256=R2WhmcEfVinJLzrPlSPvtWsliIFHvgBBZ_nrt0yEwpI,42643
|
|
43
|
+
gamspy_base/optdclib64.dll,sha256=auyZYvsP6dOgHFDLMEtkfGY_OQPIp51mQZn1H8xipGA,902144
|
|
44
|
+
gamspy_base/optgams.def,sha256=cjSCxZdXO_uLeMM6a7ajykaHUmGpj0iBfKKC2B8mUxE,39189
|
|
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=Fr43LGqkQNc-oky-C__814pIPQgqiIdZJgBj8K6b2Nk,1012224
|
|
49
|
+
gamspy_base/ptccclib64.dll,sha256=dCstiyk20K5nPr7dlFHXR0Q42UaJcFPSse0S1CmK7n8,458240
|
|
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=NyYlC34aRr2xLovGh3H1W0QoGC1ye2K8uRKKPfo8GqM,22
|
|
54
|
+
gamspy_base-50.5.0.dist-info/METADATA,sha256=RMSJLBGaLAnVWhO87alKuACTWN5VKz5-QCBSyblPqD8,1661
|
|
55
|
+
gamspy_base-50.5.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
|
|
56
|
+
gamspy_base-50.5.0.dist-info/top_level.txt,sha256=fHPPNkvwG72CqYg3ST58kZ324kKtxZxZEzxSp_mM_EE,12
|
|
57
|
+
gamspy_base-50.5.0.dist-info/RECORD,,
|