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.4.tar.gz
(9.2 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.4.tar.gz.
File metadata
- Download URL: ssrecon-0.1.4.tar.gz
- Upload date:
- Size: 9.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.2.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d73b8567b94bca2d2075f1e3a0da8e94db655da7be9cf544cdc2eff4245fd9e1
|
|
| MD5 |
3f77b503392925550cb9dafe53176933
|
|
| BLAKE2b-256 |
9aa381285d3cee85baa77f646c7c38e6c843c3332143fc2f350ad2170d6acabb
|
File details
Details for the file ssrecon-0.1.4-cp311-none-win_amd64.whl.
File metadata
- Download URL: ssrecon-0.1.4-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 |
f396c88ca1222e9252d99e1f6a7dadbc1f0df34904d6c20acfcdb825af65c180
|
|
| MD5 |
163e6d3326a4d61cf4cab48bae3afd01
|
|
| BLAKE2b-256 |
868d8ac94abbc0bd0127f9ebbbbf78ca9393cdef65fe82e225fe7db03294252b
|