Skip to content

Releases: de-soot/knapsack

Release v3.0.0

09 Dec 13:04
9530313

Choose a tag to compare

Changelog:

  • Added proper support for outputting valid subsets when target is 0
  • Empty subset {} will be output for when target is 0 but set has none
  • Optimal subsets will now be output when target value is 0
  • NULL pointer will be returned instead of 0 when findSubset() cannot find a valid subset

Release v2.0.0

15 Dec 08:56
8efbdf1

Choose a tag to compare

Added ability for users to input their own set and target using arguments in the command-line options.

Release v1.0.0

11 Dec 23:58
cabf409

Choose a tag to compare

Binary files for Linux and Windows (32-bit & 64-bit)