.TH LATSIEVE "1" "August 2016" "latsieve" "User Commands" .SH NAME latsieve \- Gauss sieving .SH SYNOPSIS .B latsieve [\fI\,options\/\fR] .SH DESCRIPTION Implementation of Gauss sieving, based on Panagiotis Voulgaris' implementation .SS "List of options:" .HP \fB\-a\fR [2|3|4] .IP 2\- or 3\- or 4\-sieve; .HP \fB\-f\fR filename .IP Input filename .HP \fB\-r\fR nnn .IP Generate a random instance of dimension nnn .HP \fB\-t\fR nnn .IP Targeted norm^2=nnn .HP \fB\-s\fR nnn .IP Using seed=nnn .HP \fB\-b\fR nnn .IP BKZ preprocessing of blocksize=nnn .HP \fB\-v\fR .IP Verbose mode .SH COPYRIGHT Copyright 2005\-2016 Damien Stehle, David Cade, Xavier Pujol. fplll is free software. You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.