Go to file
Ulli Kehrle f9adeb52f1
initial import
2023-02-17 09:15:59 +01:00
gap initial import 2023-02-17 09:15:59 +01:00
src initial import 2023-02-17 09:15:59 +01:00
tst initial import 2023-02-17 09:15:59 +01:00
.envrc initial import 2023-02-17 09:15:59 +01:00
.gitattributes initial import 2023-02-17 09:15:59 +01:00
.gitignore initial import 2023-02-17 09:15:59 +01:00
LICENSE initial import 2023-02-17 09:15:59 +01:00
Makefile.gappkg initial import 2023-02-17 09:15:59 +01:00
Makefile.in initial import 2023-02-17 09:15:59 +01:00
PackageInfo.g initial import 2023-02-17 09:15:59 +01:00
README.md initial import 2023-02-17 09:15:59 +01:00
configure initial import 2023-02-17 09:15:59 +01:00
flake.lock initial import 2023-02-17 09:15:59 +01:00
flake.nix initial import 2023-02-17 09:15:59 +01:00
init.g initial import 2023-02-17 09:15:59 +01:00
makedoc.g initial import 2023-02-17 09:15:59 +01:00
read.g initial import 2023-02-17 09:15:59 +01:00

README.md

The GAP package LLL

This is experimental code to interface with FLINTs implementation of the LLL algorithm.

Installation

  1. Install this patched version of FLINT.
  2. Execute make GAPPATH=../../path/to/your/gap/installation/.
  3. Link this directory into ~/.gap/pkg or any other location in GAPs search path.

Contact

TODO: add info on how to contact you and/or how to report issues with your package

License

TODO: Provide information on the license of your package. A license is important as it determines who has a right to distribute your package. The "default" license to consider is GNU General Public License v2 or later, as that is the license of GAP itself.