A package to solve the sum of min/max equations
Project description
solve-sum-minmax is used to solve a sum of min/max equations in python by
using numerical methods. For instance, say you want to solve this equation:
min(400, 500x) + min(200, 500x) + min(0, 500*x) = 700
with the assumption that
x is within range (0, 1).
In Math, the rigorous way would
require you to set up all possible conditions, which
might result in huge computation.
Currently, there isn't any available packages in Python
that allows you to solve this kind of equation fastly with minimum codes. Thus,
this package is developed to fill the void and hopefully be of use to the
broad population.
current version: 0.0.1
email: yz4175@columbia.edu
disclaimer:this package is still under development, the current version
only has very limited functionality
collaboration: collaborations are welcomed, please send me an email if you
are interested.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file solve-sum-minmax-0.0.1.tar.gz
.
File metadata
- Download URL: solve-sum-minmax-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28d5a583b2b97bf9792a01891dfa9bc287be6e93b77b9dbc6625ca66ebdea2b9 |
|
MD5 | 884c5fd01f5c482a18a4434082b86df7 |
|
BLAKE2b-256 | c3cbd3a4f5967d9c308e5dc2e3f4573084da009b89e5916a75aeb5b4ee91afb9 |
File details
Details for the file solve_sum_minmax-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: solve_sum_minmax-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b53b7a7e53502e3c9016bf6c0b70b84cb33e8712b67342a3f5a3e1b9800978e5 |
|
MD5 | 55d01294c047fe6acdf627f3206d7ddb |
|
BLAKE2b-256 | 3df48fad036af42f381f6447ec658275e3392fe56cc745100a7fb3889c01a7b9 |