subset_sum 0.22.3

Solves subset sum problem and returns a set of decomposed integers. It also can match corresponding numbers from two vectors and be used for Account reconciliation.
Documentation
1
2
3
4
5
6
[project]

name = "dpss"



[build-system]

requires = ["maturin>=1.0,<2.0"]

build-backend = "maturin"