subset_sum 0.13.2

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>=0.12,<0.13"]

build-backend = "maturin"