[fplll] 01/01: Updated the fplll(1) manpage

Julien Puydt julien.puydt at laposte.net
Fri Mar 31 14:19:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository fplll.

commit 62b7c76074e64adc312fd7dc671ed5e9a10a937a
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Fri Mar 31 16:19:41 2017 +0200

    Updated the fplll(1) manpage
---
 debian/changelog |  1 +
 debian/fplll.1   | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8624254..f15ae7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ fplll (5.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Follow the soname version bump.
+  * Updated the fplll(1) manpage.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Fri, 31 Mar 2017 08:39:32 +0200
 
diff --git a/debian/fplll.1 b/debian/fplll.1
index 46238d9..075a8be 100644
--- a/debian/fplll.1
+++ b/debian/fplll.1
@@ -8,11 +8,13 @@ fplll \- fplll applies LLL, BKZ or SVP on a given set of row vectors (either fro
 See /usr/share/doc/libfplll-dev/README.html from the libfplll-dev package for more details.
 .SS "List of options:"
 .HP
-\fB\-a\fR [lll|svp]
+\fB\-a\fR [lll|svp|bkz|sld|sdbkz]
 .IP
 lll = LLL\-reduce the input matrix (default)
-bkz = BKZ\-reduce the input matrix
 svp = compute a shortest non\-zero vector of the lattice
+bkz = BKZ\-reduce the input matrix
+sld = slide reduce the input matrix
+sdb = reduce the input matrix using the self dual BKZ variant
 .HP
 \fB\-m\fR [proved|heuristic|fast|wrapper]
 .IP
@@ -36,6 +38,10 @@ Floating\-point precision (only with \fB\-f\fR mpfr)
 .HP
 \fB\-l\fR <lovasz>
 .HP
+\fB\-s\fR <filename.json>
+.IP
+Load BKZ strategies from filename
+.HP
 \fB\-y\fR
 .IP
 Enable early reduction

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fplll.git



More information about the debian-science-commits mailing list