Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssrecon-0.1.3-cp311-none-win_amd64.whl (115.7 kB view details)

Uploaded CPython 3.11Windows x86-64

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

Hashes for ssrecon-0.1.3.tar.gz
Algorithm Hash digest
SHA256 8de534c0b046f890c48a6f385ecc965e4dd0e941ea03325559f4266ad4ce7199
MD5 cdf6eb2ac3b756445ece0d6bc3481b75
BLAKE2b-256 d4d583fc63ba6387014ee4f46c0a183cc6362cc9e0f70819c98633f9f384b6e2

See more details on using hashes here.

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

Hashes for ssrecon-0.1.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 be7b0bc9361bb7302cbb54769ecb0ff899055a9d6642fad1a9a7a9d7b08528f4
MD5 8c63754e5b953e67481dcb5afc52f6dd
BLAKE2b-256 4c2550a7e72bcef50ed22174e21cfd8984126aa568042c1a279d01a09b88c4d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page