Releases: chrisvwx/LLLplus.jl
Releases · chrisvwx/LLLplus.jl
v1.2.2
v1.2.1
Add a Jupyter tutorial in docs - added Float128 from Quadmath.jl to datatypes figure - updated the README to describe documentation, tutorial
v1.2.0
- added Documnter.jl docs
- added Brun lattice reduction. The comment on commit b767593
saying Brun was added then was incorrect - Added the sizereduction function
- added functions returning lattic metrics for a matrix:
orthogonalityFactor, hermiteFactor, seysenCond - adde isLLLreduced, issizereduced
- updated license to match standard MIT form
v1.1.0: Added CVP, and subsetsum, integerfeasibility examples
- Added "cvp" for closest vector problem
- Added "svp" for shortest vector problem
- Added example lll applications: "subsetsum" function which solves subset sum problem , "integerFeasibility" for integer programming feasibility.
- As a learning tool, added "gauss" decomposition
v1.0.0
Works on Julia release 0.6.3
Yes, making the version of the package match the Julia version may not be so smart, but I'm doing it anyway.