![]() |
|
|
#1 |
|
Jun 2007
Moscow,Russia
7×19 Posts |
I want to use YAFU 1.32-1 in such way:
1) First do some rho,pm1..,etc and ecm testing ( usual stage before QS/NFS). 2) After the 1 step if the result is less then 70 digits, do the QS stage, otherwise - no QS or NFS methods executes and factoriziation stops (no matter if the result is composite). I was trying this parameters : -xover 70 -plan light -ggnfsT 0 but yafu still executed QS for number > 70 digits length. What parameters should i use to satisfy the second step of factorization? |
|
|
|
|
|
#2 | |
|
"Ben"
Feb 2007
DB916 Posts |
Quote:
In general, factor() tries really hard to find *all* of the factors, although there are a number of options that modify that behavior. Options that are associated with particular algorithms, like ggnfsT, were not necessarily designed to work well with factor(), with potential unintended consequences (like infinite loops). The best I can suggest is to use "-pretest -ou composites.txt", which will test the input with trial, rho, p-1, and ecm, and then put any leftover composite in the file composites.txt. You can then (externally to yafu) sort and cut out any numbers you don't want to process further, and then re-submit the modified composites.txt file as a batchfile input to qs like so: ./yafu "siqs(@)" -batchfile composites.txt Last fiddled with by bsquared on 2012-09-20 at 13:40 |
|
|
|
|
|
|
#3 | |
|
Jun 2007
Moscow,Russia
7×19 Posts |
Quote:
Last fiddled with by VolMike on 2012-09-20 at 14:20 |
|
|
|
|
|
|
#4 |
|
Sep 2012
3790 Tyrone Blvd, Saint P
1 Posts |
First of all you must guarantees that YAFU 1.32.1 is 100% CLEAN, which means it does not contain any form of malware, including spyware, viruses.Please enable it or use sftp or scp.
|
|
|
|
|
|
#5 |
|
"Ben"
Feb 2007
3×1,171 Posts |
|
|
|
|
|
|
#6 |
|
"Carlos Pinho"
Oct 2011
Milton Keynes, UK
3·17·97 Posts |
It was his first post...
|
|
|
|
|
|
#7 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
|
|
|
|
|
|
#8 | |
|
Jun 2007
Moscow,Russia
7·19 Posts |
Quote:
3757160792909754673945392226295475594863*6918082374901313855125397665325977135579*5 ) -pretest -ou composites.txt get nothing in composites.txt. |
|
|
|
|
|
|
#9 |
|
Nov 2003
2·1,811 Posts |
IMO, leftover composites go to the file specified by "-of compos.out".
Usually, I use all 3: -op, -of, -ou. |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running YAFU via Aliqueit doesn't find yafu.ini | EdH | YAFU | 8 | 2018-03-14 17:22 |
| Why won't Yafu 1.30 recognize B1ecm, B1pp1, B1pm1 parameters? | Stargate38 | YAFU | 1 | 2012-02-20 22:53 |
| SNFS 200 parameters | JoeCrump | Factoring | 3 | 2009-12-06 14:50 |
| Quartic: Parameters | R.D. Silverman | Factoring | 9 | 2009-02-18 23:24 |
| ECM parameters for RSA | Spider | Factoring | 24 | 2006-06-05 23:42 |