No project description provided
Project description
This is just a simple library to perform the subset sum process for negative and postive
floats with integer keys.
It loops through the potential number of combinations to match, starting with 1 and
ending with the value you give it in the provide
ssrecon.find_match(
<List of tuples (FLOAT, INT)>,
<Target to match FLOAT>,
<Number of combos to iterate to INT>,
<Verbose BOOL>
)
Example:
>>> a, b = ssrecon.find_match([(1.0,1),(2.0,2),(3.0,3)],4.0,3,True)
Attempting with 1 combos
Attempting with 2 combos
>>> a
[1, 3]
>>> b
[1.0, 3.0]
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
ssrecon-0.1.3.tar.gz
(10.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ssrecon-0.1.3.tar.gz.
File metadata
- Download URL: ssrecon-0.1.3.tar.gz
- Upload date:
- Size: 10.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de534c0b046f890c48a6f385ecc965e4dd0e941ea03325559f4266ad4ce7199
|
|
| MD5 |
cdf6eb2ac3b756445ece0d6bc3481b75
|
|
| BLAKE2b-256 |
d4d583fc63ba6387014ee4f46c0a183cc6362cc9e0f70819c98633f9f384b6e2
|
File details
Details for the file ssrecon-0.1.3-cp311-none-win_amd64.whl.
File metadata
- Download URL: ssrecon-0.1.3-cp311-none-win_amd64.whl
- Upload date:
- Size: 115.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be7b0bc9361bb7302cbb54769ecb0ff899055a9d6642fad1a9a7a9d7b08528f4
|
|
| MD5 |
8c63754e5b953e67481dcb5afc52f6dd
|
|
| BLAKE2b-256 |
4c2550a7e72bcef50ed22174e21cfd8984126aa568042c1a279d01a09b88c4d0
|