Metadata-Version: |
2.1 |
Name: |
lippy |
Version: |
0.0.5 |
Summary: |
Lippy - solving linear programming problems. |
Author: |
Ilya Antonov |
Author-Email: |
ispanelki[at]gmail.com |
Home-Page: |
https://github.com/ispaneli/lippy |
Project-Url: |
Issue Tracker, https://github.com/ispaneli/lippy/issues |
Project-Url: |
Source, https://github.com/ispaneli/lippy/tree/master/src/lippy |
Project-Url: |
Say Thanks!, http://saythanks.io/to/ispanelki |
Project-Url: |
Documentation, https://github.com/ispaneli/lippy |
Keywords: |
lippy,algorithm,algorithms,game,theory,game_theory,primal,dual,linear,programming,primal_linear_programming,primal_lp,dual_linear_programming,dual_lp,simplex,simplex_method,simplex_table,branch_and_bound,brute_force,cutting_plane,cutting_plane_method,zero_sum_game |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Other Environment |
Classifier: |
Intended Audience :: Education |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Natural Language :: Russian |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Topic :: Education |
Classifier: |
Topic :: Education :: Computer Aided Instruction (CAI) |
Classifier: |
Topic :: Education :: Testing |
Classifier: |
Topic :: Office/Business :: Scheduling |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Scientific/Engineering :: Information Analysis |
Classifier: |
Topic :: Scientific/Engineering :: Mathematics |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Typing :: Typed |
Requires-Python: |
<4,>=3.8 |
Requires-Dist: |
numpy (>=1.24.2) |
Requires-Dist: |
prettytable (>=3.6.0) |
Requires-Dist: |
wcwidth (>=0.2.6) |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |