gamspy-reshop 51.0.0rc1__py3-none-manylinux_2_28_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.so +0 -0
- gamspy_reshop/libreshop.so +0 -0
- gamspy_reshop/librhpcclib64.so +0 -0
- gamspy_reshop/optreshop.def +35 -0
- gamspy_reshop/version.py +1 -0
- gamspy_reshop-51.0.0rc1.dist-info/METADATA +3 -0
- gamspy_reshop-51.0.0rc1.dist-info/RECORD +10 -0
- gamspy_reshop-51.0.0rc1.dist-info/WHEEL +5 -0
- gamspy_reshop-51.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.so', 'libembrhpcclib64.so', 'optreshop.def', 'librhpcclib64.so']
|
|
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.so rhp 1 1'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,35 @@
|
|
|
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_subsolver_log boolean 0 0 1 1 whether to output subsolver logs
|
|
12
|
+
ovf_init_new_variables boolean 0 0 1 1 initialize the new variables introduced during OVF transformation
|
|
13
|
+
ovf_reformulation enumstr 0 "equilibrium" 1 1 scheme for reformulating OVF variables
|
|
14
|
+
"equilibrium" 1 Nash Equilibrium (or VI formulation)
|
|
15
|
+
"fenchel" 1 Fenchel dual (for conic QP)
|
|
16
|
+
"conjugate" 1 Conjugate-based reformulation
|
|
17
|
+
pathlib_name string 0 "" 1 1 path of the PATH library
|
|
18
|
+
png_viewer string 0 "" 1 1 Executable to display png
|
|
19
|
+
save_empdag boolean 0 0 1 1 Save EMPDAG as png
|
|
20
|
+
save_ovfdag boolean 0 0 1 1 Save OVFDAG as png
|
|
21
|
+
solve_single_opt_as enumstr 0 "nlp" 1 1 How to solve an empdag with a single MP
|
|
22
|
+
"mcp" 1 Solve single optimization problem as MCP (KKT system)
|
|
23
|
+
"nlp" 1 Solve single optimization problem as an optimization problem
|
|
24
|
+
subsolveropt integer 0 0 0 999 1 1 Subsolver option file number
|
|
25
|
+
time_limit integer 0 3600 0 maxint 1 1 Maximum running time in seconds
|
|
26
|
+
*
|
|
27
|
+
* indicator section
|
|
28
|
+
*
|
|
29
|
+
myeolchar EOLCOMM #
|
|
30
|
+
indicator SEPARATOR "="
|
|
31
|
+
indicator STRINGQUOTE
|
|
32
|
+
*
|
|
33
|
+
* Groups
|
|
34
|
+
*
|
|
35
|
+
gr_reshop group 1 1 reshop
|
gamspy_reshop/version.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '51.0.0rc1'
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
gamspy_reshop/__init__.py,sha256=158AmikK6-WbeD64fzb0iOB0k16TekmH74q4eODn3_8,377
|
|
2
|
+
gamspy_reshop/libembrhpcclib64.so,sha256=OiJcici9g49B98P021vXpvgKek0ikUFq16l5TAG9og0,71576
|
|
3
|
+
gamspy_reshop/libreshop.so,sha256=gctUYHIHvVy3eVJepxdA-i-DOppUoyQFD_wkQwTKUJ8,1666952
|
|
4
|
+
gamspy_reshop/librhpcclib64.so,sha256=dcGWcBV5J3ZOXjVkYISPlDPA91jPEusnLQMsc2Hr7UA,358248
|
|
5
|
+
gamspy_reshop/optreshop.def,sha256=_S3qG7TUBv2TWBX49M83E4PknrlugVhDKbx_CNTBrVI,1626
|
|
6
|
+
gamspy_reshop/version.py,sha256=e7dMxWWwwFHKgGBBUm_HJ6d7Cv0vcrHfD8iMjvg1XSM,25
|
|
7
|
+
gamspy_reshop-51.0.0rc1.dist-info/METADATA,sha256=vlJlp0oQ6HQGiSoPo4S4336uvRb7AtxGYvl9ZBt7voY,61
|
|
8
|
+
gamspy_reshop-51.0.0rc1.dist-info/WHEEL,sha256=y8u8XMRMhRO4WIzZsJlf1QLnkoycGOkSMhsygOvn-QU,115
|
|
9
|
+
gamspy_reshop-51.0.0rc1.dist-info/top_level.txt,sha256=peQiVQdHnZBrwpU9V13pPOaGhuWaVY4aQ_Q2neu49xE,14
|
|
10
|
+
gamspy_reshop-51.0.0rc1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gamspy_reshop
|