Skip to content

A package for Lattices in Haskell. With a very basic LLL (Lenstra-Lenstra-Lovász) lattice reduction algorithm

License

Notifications You must be signed in to change notification settings

bcoppens/Lattices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very basic LLL (Lenstra-Lenstra-Lovász) lattice reduction algorithm in Haskell.

* As of now, it seems to work on 2 small test cases and on some larger ones. I need to generate tests for it, for example comparing it to NTL's LLL output
* There are *no* optimizations implemented yet
* The interface is currently not well-designed, it should of course take at least Integer instead of Rational
* etc

About

A package for Lattices in Haskell. With a very basic LLL (Lenstra-Lenstra-Lovász) lattice reduction algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published