https://gitlab.inria.fr/cado-nfs/cado-nfs
Revision 8b946a5d8abf5ab5af18a96517350fc5f4e882d5 authored by Emmanuel Thomé on 17 March 2021, 19:21:21 UTC, committed by Emmanuel Thomé on 18 March 2021, 07:17:30 UTC
These "If proj and r > 0, then r == 1/p (mod p^2)" comments are just
bogus.

 - we're not bucket-sieving powers at the moment, so proj implies r==0
   anyway.
 - if we have proj and r>0, i.e. if we're considering the factor base
   entry p=4 r=6, which encodes (1:2) in P1(Z/4), then we get r=2, and
   this encodes the p-lattice with basis vectors (2,0) and (1,2). Which
   by no means triggers a non-trivial gcd, and anyway it's by
   construction. No element that we're ever going to consider on the
   projective line will encode a lattice with a non-trivial gcd of the
   coordinates.
1 parent 4a0faa8
History
Tip revision: 8b946a5d8abf5ab5af18a96517350fc5f4e882d5 authored by Emmanuel Thomé on 17 March 2021, 19:21:21 UTC
Delete bogus comments
Tip revision: 8b946a5
File Mode Size
ci
config
dev_docs
filter
gf2x
linalg
misc
parameters
polyselect
scripts
sieve
sqrt
tests
utils
.gitlab-ci.yml -rw-r--r-- 9.9 KB
.gitmodules -rw-r--r-- 92 bytes
.mailmap -rw-r--r-- 2.5 KB
AUTHORS -rw-r--r-- 1.4 KB
CMakeLists.txt -rw-r--r-- 21.0 KB
COPYING -rw-r--r-- 25.8 KB
Makefile -rw-r--r-- 683 bytes
NEWS -rw-r--r-- 9.0 KB
README l--------- 9 bytes
README.Python -rw-r--r-- 3.1 KB
README.dlp -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 25.8 KB
README.msieve -rw-r--r-- 4.4 KB
README.nonlinear -rw-r--r-- 1.1 KB
Toolchain-MinGW64.cmake -rw-r--r-- 754 bytes
cado-nfs-client.py -rwxr-xr-x 95.2 KB
cado-nfs.py -rwxr-xr-x 6.7 KB
cado-nfs.supp -rw-r--r-- 5.2 KB
cado.h -rw-r--r-- 6.3 KB
cado_config_h.in -rw-r--r-- 5.5 KB
cado_mpi_config_h.in -rw-r--r-- 565 bytes
files.dist -rw-r--r-- 44.8 KB
files.nodist -rw-r--r-- 4.3 KB
files.unknown -rw-r--r-- 421 bytes
local.sh.example -rw-r--r-- 9.0 KB
macros.h -rw-r--r-- 12.6 KB
portability.h -rw-r--r-- 12.6 KB
typecast.h -rw-r--r-- 27.9 KB

README.md

back to top