0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ratsqrt: added debug code (hopefully will not be needed any more) procrels: sort primes in relations Makefile: added -DREV=... More... almost 17 years ago
* complete rewrite: now two separate phases, first search small base-m decomposition, then estimate root properties * implemented naive rotation to improve root properties * there are some regressions in some cases wrt previous versions, but altogether this version seems to behave better More... almost 17 years ago
Added default paths for ECM and GMP libraries/headers. More... almost 17 years ago
Added rule to create empty Makefile.local if it does not exist. More... almost 17 years ago
Files I forgot to add... again. :( More... almost 17 years ago
Split code for reading polynomial file into separate file. Small fix in siever that caused unnecessary refactoring. Cleanup of Makefile. More... almost 17 years ago
pivot index is related to columns and not rows More... almost 17 years ago
polyselect.c: new experimental code for non-monic linear polynomial TIMINGS: added new timings on RSA-100 and RSA-110 alpha.mpl: now use Guillaume's exact code to compute alpha(F) gauss.c: print cputime and total estimated time cado.h: added routine cputime() More... almost 17 years ago
fixed stupid bug in last change... More... almost 17 years ago
characters.c now prints recomposed vectors according to character columns More... almost 17 years ago
Oups: forgot in r175 to activate Guillaume's algorithm by default. Done now. More... almost 17 years ago
implemented exact algorithm from Guillaume to compute average valuation for primes dividing the discriminant: got a nice speedup More... almost 17 years ago
fixed bug when no prime is given on algebraic side More... almost 17 years ago
updated README More... almost 17 years ago
A first skeleton for characters computation. More... almost 17 years ago
Fixed some problems with relations where primes in high powers divide the norm More... almost 17 years ago
forgot to switch off some debug diagnostic on stderr (many lines) More... almost 17 years ago
bug fix in procrels: i++ was missing for alg side More... almost 17 years ago
implemented fast product tree on rational side More... almost 17 years ago
added option to try ith dependency More... almost 17 years ago
check that given primes are smaller than the corresponding large prime bounds More... almost 17 years ago
fixed bug in ratsqrt.c: seems to work, now More... almost 17 years ago
print relation excess on stdout More... almost 17 years ago
bug fix in procrels More... almost 17 years ago
Header file was missing in last commit More... almost 17 years ago
Refactoring now uses the approximate log after sieving as a hint when to stop trial dividing. Refactoring about twice as fast as r133 for c80. More speedups/cleanups tbd. More... almost 17 years ago
small cleanups More... almost 17 years ago
added code from Guillaume to compute valuation for primes dividing discriminant More... almost 17 years ago
detailed the meaning of 'skewness' (now follows Kleinjung instead of Bernstein) improved the accuracy of the contribution to alpha for bad primes More... almost 17 years ago
now take into account linear polynomial in computation of skewness assert's are on only when DEBUG is defined More... almost 17 years ago