Releases: rafaelmartinelli/Knapsacks.jl
Releases · rafaelmartinelli/Knapsacks.jl
v1.1.0
v1.1.0
- [#7] Structures simplification.
- Huge refactoring for registration.
What's Changed
- v1.1.0 draft by @rafaelmartinelli in #16
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0
v0.4.1
KnapsackLib.jl v0.4.1
- I forgot to update the version number on
Project.toml
😄
v0.4.0
v0.3.1
KnapsackLib.jl v0.3.1
- I forgot to update the version number on
Project.toml
😄
v0.3.0
KnapsackLib.jl v0.3.0
- Pisinger's expanded core algorithm
- Profits back to Int64, with improved performance
- New tests
v0.2.0
KnapsackLib.jl v0.2.0
- Profits are
Float64
now. - Improved DynProg.
- Removing
Manifest.toml
.
v0.1.0
KnapsackLib.jl v0.1.0
- First working version: binary formulation and dynamic programming.