`dual` is a package for dual problem.
Project description
dual
dual
is a package for dual problem.
Installation
pip install dual
Example
from dual import dual
print(dual("""\
min c^T x
A x >= b
x >= 0
"""))
max b^T y
A^T y <= c
y >= 0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
dual-0.3.2-py3-none-any.whl
(7.5 kB
view details)
File details
Details for the file dual-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: dual-0.3.2-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c7663044370ccc708bc35115cbdbe03fc5647d6c2b14dff5def15762598264c |
|
MD5 | 10617ded78c685ef423bf824b4e7bef1 |
|
BLAKE2b-256 | 9536d3b4748f58b27f7f0a13c8dc130e097e7af56f0cce89b73ec034931251a6 |