mknapsack. Solves packing and optimization puzzles using proven algorithms.

github.com/jmyrberg/mknapsack

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • Release —Version 1.1.12
  • fix integer check (#48)
November 2022
  • Release —Version 1.1.11
  • Use editable install in .readthedocs.yml (#44)
  • Remove mknapsack.tests (#43)
  • Release —Version 1.1.10
  • Install gfortran in .readthedocs.yml (#42)
  • Release —Version 1.1.9
  • Add package install to readthedocs (#41)
  • Release —Version 1.1.8
  • Fix documentation release and version tag (#40)
  • Remove release.yml dependency
  • Release —Version 1.1.7
  • Advance latest tag for latest release (#38)
  • Add SETUPTOOLS_ENABLE_FEATURES to push.yml (#37)
  • Fix installation (#36)
August 2022
  • Release —Version 1.1.6
  • Add MTSL for subset sum problem (#31)
  • Release —Version 1.1.5
  • Add MTP for bin packing problem (#30)
  • Release —Version 1.1.4
  • Add MTHG for Generalized Assignment Problem (#29)
  • Add MTG for Generalized Assignment Problem (#28)
July 2022
  • Release —Version 1.1.3
  • Add mtcb algorithm (#27)
  • Add mtc2 algorithm (#26)
  • Add mtu1 and mtu2 (#25)
  • Add mtb2, change output dtype and remove pandas (#24)
  • Add mt1r algorithm (#23)
  • Add single knapsack algorithms (#22)