gamspy-reshop 51.0.0rc1__py3-none-manylinux_2_28_aarch64.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.
@@ -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
@@ -0,0 +1 @@
1
+ __version__ = '51.0.0rc1'
@@ -0,0 +1,3 @@
1
+ Metadata-Version: 2.4
2
+ Name: gamspy_reshop
3
+ Version: 51.0.0rc1
@@ -0,0 +1,10 @@
1
+ gamspy_reshop/__init__.py,sha256=158AmikK6-WbeD64fzb0iOB0k16TekmH74q4eODn3_8,377
2
+ gamspy_reshop/libembrhpcclib64.so,sha256=XnFDBdZs-GuYnWe9ykot4zg8WmiZsCHOsHssNuEWc1k,80216
3
+ gamspy_reshop/libreshop.so,sha256=32QDtdPXeYaX1Sv4ezc5KBXM9AK8DakoMc0UfXroZdU,1734664
4
+ gamspy_reshop/librhpcclib64.so,sha256=OFjg4BCy3E94XxmI-BPBq1Ur1OJSu57hlfTNSeFTY5c,396856
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=t5_TVo5EoIcKNBhWzfot9g64ilMSG_CsDKeV6kLKeBo,116
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,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+
5
+ Tag: py3-none-manylinux_2_28_aarch64
@@ -0,0 +1 @@
1
+ gamspy_reshop