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.2.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.2.tar.gz.
File metadata
- Download URL: ssrecon-0.1.2.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 |
ffd300beea7edc6da8b0ebce30c576335587dd36b7e97dbb3b6bb4dbe6c58ea9
|
|
| MD5 |
3277effe1f87000f65aa26780d5e1a53
|
|
| BLAKE2b-256 |
65ddd76fc86b5dc4f74b5ffd636893c7a1b404ed4efdf0b51d270ff91ab417d3
|
File details
Details for the file ssrecon-0.1.2-cp311-none-win_amd64.whl.
File metadata
- Download URL: ssrecon-0.1.2-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 |
666090555930b53665889e04a6b0a704a9a2096d39baaa68535dbb4c6e889090
|
|
| MD5 |
88913ebb34c0a342edb3027c537b48bf
|
|
| BLAKE2b-256 |
19694407df71fc7b7d9299f7d6c4a7a883e5879d73151b07af3588c3da53f90a
|