Skip to content

Releases: rafaelmartinelli/Knapsacks.jl

v1.1.0

04 Jun 16:37
3c73c09
Compare
Choose a tag to compare

v1.1.0

  • [#7] Structures simplification.
  • Huge refactoring for registration.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Apr 17:47
Compare
Choose a tag to compare

v1.0.0

v0.4.1

27 May 02:12
d3a68df
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

KnapsackLib.jl v0.4.1

  • I forgot to update the version number on Project.toml 😄

v0.4.0

27 May 02:07
96ae43b
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

KnapsackLib.jl v0.4.0

  • #5: Negative profits and weights
  • #6: Heuristic knapsack algorithm
  • #8: Expanding Core determinant overflow

v0.3.1

07 May 01:30
44e36af
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

KnapsackLib.jl v0.3.1

  • I forgot to update the version number on Project.toml 😄

v0.3.0

07 May 01:28
1469c10
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

KnapsackLib.jl v0.3.0

  • Pisinger's expanded core algorithm
  • Profits back to Int64, with improved performance
  • New tests

v0.2.0

06 May 02:13
63a1467
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

KnapsackLib.jl v0.2.0

  • Profits are Float64 now.
  • Improved DynProg.
  • Removing Manifest.toml.

v0.1.0

05 May 20:50
2e59a61
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

KnapsackLib.jl v0.1.0

  • First working version: binary formulation and dynamic programming.