binpack

A Clojure library to solve the bin packing problem.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 162 Downloads
  • 162 This Version

Leiningen/Boot

[binpack "0.1.0"]

Clojure CLI/deps.edn

binpack/binpack {:mvn/version "0.1.0"}

Gradle

implementation("binpack:binpack:0.1.0")

Maven

<dependency>
  <groupId>binpack</groupId>
  <artifactId>binpack</artifactId>
  <version>0.1.0</version>
</dependency>