passagemath-lrslib 10.6.42__cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.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.
@@ -0,0 +1,3 @@
1
+ # sage_setup: distribution = sagemath-lrslib
2
+
3
+ from sage.all__sagemath_lrslib import *
@@ -0,0 +1,129 @@
1
+ Metadata-Version: 2.4
2
+ Name: passagemath-lrslib
3
+ Version: 10.6.42
4
+ Summary: passagemath: Reverse search for vertex enumeration and convex hulls with lrslib
5
+ Author-email: The Sage Developers <sage-support@googlegroups.com>
6
+ Maintainer: Matthias Köppe, passagemath contributors
7
+ License-Expression: GPL-2.0-or-later
8
+ Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
+ Project-URL: repo (upstream), https://github.com/sagemath/sage
10
+ Project-URL: repo, https://github.com/passagemath/passagemath
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
+ Project-URL: homepage (upstream), https://www.sagemath.org
13
+ Project-URL: discourse, https://passagemath.discourse.group
14
+ Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
15
+ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
+ Classifier: Development Status :: 6 - Mature
17
+ Classifier: Intended Audience :: Education
18
+ Classifier: Intended Audience :: Science/Research
19
+ Classifier: Operating System :: POSIX
20
+ Classifier: Operating System :: POSIX :: Linux
21
+ Classifier: Operating System :: MacOS :: MacOS X
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Programming Language :: Python :: 3.13
27
+ Classifier: Programming Language :: Python :: 3.14
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
+ Requires-Python: <3.15,>=3.10
31
+ Description-Content-Type: text/x-rst
32
+ Provides-Extra: test
33
+ Requires-Dist: passagemath-flint; extra == "test"
34
+ Requires-Dist: passagemath-polyhedra; extra == "test"
35
+ Requires-Dist: passagemath-repl; extra == "test"
36
+
37
+ ===============================================================================
38
+ passagemath: Reverse search for vertex enumeration and convex hulls with lrslib
39
+ ===============================================================================
40
+
41
+ `passagemath <https://github.com/passagemath/passagemath>`__ is open
42
+ source mathematical software in Python, released under the GNU General
43
+ Public Licence GPLv2+.
44
+
45
+ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
46
+ developed 2005-2025 under the motto “Creating a Viable Open Source
47
+ Alternative to Magma, Maple, Mathematica, and MATLAB”.
48
+
49
+ The passagemath fork uses the motto "Creating a Free Passage Between the
50
+ Scientific Python Ecosystem and Mathematical Software Communities."
51
+ It was created in October 2024 with the following goals:
52
+
53
+ - providing modularized installation with pip,
54
+ - establishing first-class membership in the scientific Python
55
+ ecosystem,
56
+ - giving `clear attribution of upstream
57
+ projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
58
+ - providing independently usable Python interfaces to upstream
59
+ libraries,
60
+ - offering `platform portability and integration testing
61
+ services <https://github.com/passagemath/passagemath/issues/704>`__
62
+ to upstream projects,
63
+ - inviting collaborations with upstream projects,
64
+ - `building a professional, respectful, inclusive
65
+ community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
66
+ - `empowering Sage users to participate in the scientific Python ecosystem
67
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
68
+ - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
69
+ serverless deployment with Javascript,
70
+ - developing a native Windows port.
71
+
72
+ `Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
73
+ available online.
74
+
75
+ passagemath attempts to support and provides binary wheels suitable for
76
+ all major Linux distributions and recent versions of macOS.
77
+
78
+ Binary wheels for native Windows (x86_64) are are available for a subset of
79
+ the passagemath distributions. Use of the full functionality of passagemath
80
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
81
+ or virtualization.
82
+
83
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
84
+
85
+
86
+ About this pip-installable distribution package
87
+ -----------------------------------------------
88
+
89
+ This pip-installable distribution ``passagemath-lrslib`` provides an interface
90
+ to `lrslib <http://cgm.cs.mcgill.ca/~avis/C/lrs.html>`_ by David Avis,
91
+ an implementation of the reverse search algorithm for vertex enumeration
92
+ and convex hull problems.
93
+
94
+
95
+ What is included
96
+ ----------------
97
+
98
+ * Binary wheels on PyPI contain prebuilt copies of lrslib executables.
99
+
100
+
101
+ Examples
102
+ --------
103
+
104
+ Using lrslib programs on the command line::
105
+
106
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-lrslib" sage -sh -c lrs
107
+ *lrs:lrslib v.7.1 2021.6.2(64bit,lrslong.h,hybrid arithmetic)
108
+
109
+ Finding the installation location of an lrslib program::
110
+
111
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-lrslib[test]" ipython
112
+
113
+ In [1]: from sage.features.lrs import LrsNash
114
+
115
+ In [2]: LrsNash().absolute_filename()
116
+ Out[2]: '/Users/mkoeppe/.local/pipx/.cache/db3f5a0e2996f81/lib/python3.11/site-packages/sage_wheels/bin/lrsnash'
117
+
118
+ Use with `sage.game_theory <https://passagemath.org/docs/latest/html/en/reference/game_theory/index.html>`_::
119
+
120
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-lrslib[test]" ipython
121
+
122
+ In [1]: from passagemath_lrslib import *
123
+
124
+ In [2]: A = matrix([[1, -1], [-1, 1]]); B = matrix([[-1, 1], [1, -1]])
125
+
126
+ In [3]: matching_pennies = NormalFormGame([A, B])
127
+
128
+ In [4]: matching_pennies.obtain_nash(algorithm='lrs')
129
+ Out[4]: [[(1/2, 1/2), (1/2, 1/2)]]
@@ -0,0 +1,19 @@
1
+ passagemath_lrslib/__init__.py,sha256=NL5bf1kOp4cfbOPAaEGgLbFMphwIUUsG132uFjAb-8M,86
2
+ passagemath_lrslib.libs/libgmp-6e109695.so.10.5.0,sha256=kNPQVp5MPUB3mHDGNY3Gdh04Rxl0-IwZ5f1T3ufqiIk,761057
3
+ passagemath_lrslib.libs/liblrs-aa89b8b9.so.0.0.0,sha256=CkyGVYEkFbyoRUbwgdcubqu0kkH4l8CFibhzK2qEskM,983313
4
+ sage/all__sagemath_lrslib.py,sha256=OM4LgaechLUCa9xmavybGZ7-On-9vXJqL5HPk_1RNJc,109
5
+ sage/libs/all__sagemath_lrslib.py,sha256=fKY-tQ-YTmUyE7Y7aQ491M_qa4yAUblJYW6vwVRLUCQ,45
6
+ sage/libs/lrslib.cpython-311-x86_64-linux-gnu.so,sha256=ZVIn3eVjBNTwLdLVwdgm3bCT82SoLzDgfbYjlJPSRlU,52808
7
+ sage/libs/lrslib.pyx,sha256=fKY-tQ-YTmUyE7Y7aQ491M_qa4yAUblJYW6vwVRLUCQ,45
8
+ sage_wheels/bin/2nash,sha256=uGHdJvlQ-jJtUCh2VFxxw1kyfUwXLRdhgBDAg8YOegU,31744
9
+ sage_wheels/bin/lrs,sha256=bBj55lrRBvJedmHAPhGxlanUORzjU8bIQC3NY7iRBXs,40088
10
+ sage_wheels/bin/lrs1,sha256=Ij_88yEna5Ul9S_1k0y5LGNLovpRfTDA9j_3CH-Y1Wc,335136
11
+ sage_wheels/bin/lrsnash,sha256=_h3PrHkOuc7k4rW4DwdFepxhXsw7aeHlgkKZ-BOB0Uc,117560
12
+ sage_wheels/bin/redund,sha256=bBj55lrRBvJedmHAPhGxlanUORzjU8bIQC3NY7iRBXs,40088
13
+ sage_wheels/bin/redund1,sha256=Ij_88yEna5Ul9S_1k0y5LGNLovpRfTDA9j_3CH-Y1Wc,335136
14
+ sage_wheels/bin/setnash,sha256=yHSApPB2Yyxsf3eU7CuPILPebte1h8B6yKSwXQPhfZM,365976
15
+ sage_wheels/bin/setnash2,sha256=o_PoKUmtHIBPq8LTyPYsUzPO_jmpbCIwGzNivKe0e-4,364912
16
+ passagemath_lrslib-10.6.42.dist-info/METADATA,sha256=T6AqwrT4VWIf3ZD0qWG93v46ymUxzXXqwSK_g-M30wE,5646
17
+ passagemath_lrslib-10.6.42.dist-info/WHEEL,sha256=BvA_i88wcFUl5ehXLgmhwyDL4XPGrCKn6CTUA9axFDE,190
18
+ passagemath_lrslib-10.6.42.dist-info/top_level.txt,sha256=jV_oii-XtzF7dOue94xRAjyO2UsyihXchXwJQ_zGJDg,25
19
+ passagemath_lrslib-10.6.42.dist-info/RECORD,,
@@ -0,0 +1,7 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-manylinux_2_17_x86_64
5
+ Tag: cp311-cp311-manylinux2014_x86_64
6
+ Tag: cp311-cp311-manylinux_2_28_x86_64
7
+
@@ -0,0 +1,3 @@
1
+
2
+ passagemath_lrslib
3
+ sage
@@ -0,0 +1,4 @@
1
+ # sage_setup: distribution = sagemath-lrslib
2
+ # delvewheel: patch
3
+
4
+ from sage.all__sagemath_polyhedra import *
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-lrslib
sage/libs/lrslib.pyx ADDED
@@ -0,0 +1 @@
1
+ # sage_setup: distribution = sagemath-lrslib
sage_wheels/bin/2nash ADDED
Binary file
sage_wheels/bin/lrs ADDED
Binary file
sage_wheels/bin/lrs1 ADDED
Binary file
Binary file
sage_wheels/bin/redund ADDED
Binary file
Binary file
Binary file
Binary file