gamspy-reshop 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.
- gamspy_reshop/__init__.py +9 -0
- gamspy_reshop/libembrhpcclib64.dylib +0 -0
- gamspy_reshop/libreshop.dylib +0 -0
- gamspy_reshop/librhpcclib64.dylib +0 -0
- gamspy_reshop/optreshop.def +38 -0
- gamspy_reshop/version.py +1 -0
- gamspy_reshop-52.0.0rc1.dist-info/METADATA +3 -0
- gamspy_reshop-52.0.0rc1.dist-info/RECORD +10 -0
- gamspy_reshop-52.0.0rc1.dist-info/WHEEL +5 -0
- gamspy_reshop-52.0.0rc1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import os
|
|
2
|
+
from pathlib import Path
|
|
3
|
+
from .version import __version__
|
|
4
|
+
directory = str(Path(__file__).resolve().parent)
|
|
5
|
+
|
|
6
|
+
files = ['libreshop.dylib', 'libembrhpcclib64.dylib', 'optreshop.def', 'librhpcclib64.dylib']
|
|
7
|
+
|
|
8
|
+
file_paths = [directory + os.sep + file for file in files]
|
|
9
|
+
verbatim = 'RESHOP 103011 5 00010203040506070809 1 0 2 EMP\ngmsgenus.run\ngmsgenux.out\nlibrhpcclib64.dylib rhp 1 1'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
* This file is autogenerated by optreshop.
|
|
2
|
+
display_empdag boolean 0 0 1 1 Display EMPDAG as png
|
|
3
|
+
display_equations string 0 "" 1 1 Display Equations as png
|
|
4
|
+
display_ovfdag boolean 0 0 1 1 Display OVFDAG as png
|
|
5
|
+
display_timings boolean 0 0 1 1 Display timing information
|
|
6
|
+
dump_scalar_model boolean 0 0 1 1 Dump every scalar model via convert
|
|
7
|
+
EMPInfoFile string 0 "empinfo.dat" 1 1 EMPinfo file to use
|
|
8
|
+
expensive_checks boolean 0 0 1 1 Perform time consuming consistency checks
|
|
9
|
+
gui boolean 0 0 1 1 Start GUI
|
|
10
|
+
output integer 0 7 0 maxint 1 1 Output level
|
|
11
|
+
output_presolve_log boolean 0 0 1 1 during presolve, whether to output subsolver log
|
|
12
|
+
output_subsolver_log boolean 0 0 1 1 whether to output subsolver log
|
|
13
|
+
ovf_init_new_variables boolean 0 0 1 1 initialize the new variables introduced during OVF/CCF reformulation
|
|
14
|
+
ovf_reformulation enumstr 0 "equilibrium" 1 1 scheme for reformulating OVF variables and CCF MPs
|
|
15
|
+
"equilibrium" 1 Nash Equilibrium (or VI formulation)
|
|
16
|
+
"fenchel" 1 Fenchel dual (for conic QP)
|
|
17
|
+
"conjugate" 1 Conjugate-based reformulation
|
|
18
|
+
pathlib_name string 0 "" 1 1 path of the PATH library
|
|
19
|
+
png_viewer string 0 "" 1 1 Executable to display png
|
|
20
|
+
presolve boolean 0 1 1 1 Compute initial values for new variables and equations
|
|
21
|
+
save_empdag boolean 0 0 1 1 Save EMPDAG as png
|
|
22
|
+
save_ovfdag boolean 0 0 1 1 Save OVFDAG as png
|
|
23
|
+
solve_single_opt_as enumstr 0 "nlp" 1 1 How to solve an empdag with a single MP
|
|
24
|
+
"mcp" 1 Solve single optimization problem as MCP (KKT system)
|
|
25
|
+
"nlp" 1 Solve single optimization problem as an optimization problem
|
|
26
|
+
solvelink integer 0 5 0 maxint 1 1 Solvelink for calling subsolver
|
|
27
|
+
subsolveropt integer 0 0 0 999 1 1 Subsolver option file number
|
|
28
|
+
time_limit integer 0 3600 0 maxint 1 1 Maximum running time in seconds
|
|
29
|
+
*
|
|
30
|
+
* indicator section
|
|
31
|
+
*
|
|
32
|
+
myeolchar EOLCOMM #
|
|
33
|
+
indicator SEPARATOR "="
|
|
34
|
+
indicator STRINGQUOTE
|
|
35
|
+
*
|
|
36
|
+
* Groups
|
|
37
|
+
*
|
|
38
|
+
gr_reshop group 1 1 reshop
|
gamspy_reshop/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '52.0.0rc1'
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
gamspy_reshop/__init__.py,sha256=y477pKDVonk7hu4TR7QudickTCXzDjM6w_6iPzZup60,389
|
|
2
|
+
gamspy_reshop/libembrhpcclib64.dylib,sha256=WcmZyCttSlXowAoQpTvsjFqM1s529eorRJvbqgCueT0,105488
|
|
3
|
+
gamspy_reshop/libreshop.dylib,sha256=41mRuUvtR6mIr27m3PXN7VkzvU6LJY7bH_0IeQyK_t8,1813888
|
|
4
|
+
gamspy_reshop/librhpcclib64.dylib,sha256=XfsGcW7_sAxgIB0SzkxQIe8OSD_lJHMAa4i1Iwwbmw0,424528
|
|
5
|
+
gamspy_reshop/optreshop.def,sha256=g9Q5cAV3UsgQ8YCukszLEfEsWYCudmgDRvwrhBrZtQk,1872
|
|
6
|
+
gamspy_reshop/version.py,sha256=xEmi9aNSuCk1FB4wuU1dnHDcnFovh89ZPfIiCZCjNrA,25
|
|
7
|
+
gamspy_reshop-52.0.0rc1.dist-info/METADATA,sha256=l9LOigOfzdXtfSYk6e_1phd3QebYSX0Bz8qP8mUK3BM,61
|
|
8
|
+
gamspy_reshop-52.0.0rc1.dist-info/WHEEL,sha256=SFDFti0ktJEDbNgnSkwKMLyZhusCvEO6pqHMXousbqU,112
|
|
9
|
+
gamspy_reshop-52.0.0rc1.dist-info/top_level.txt,sha256=peQiVQdHnZBrwpU9V13pPOaGhuWaVY4aQ_Q2neu49xE,14
|
|
10
|
+
gamspy_reshop-52.0.0rc1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gamspy_reshop
|