forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Martin Lee
malex984 edited this page Jan 16, 2013
·
15 revisions
| 2011-11-18 17:41:42 +0100 | added heuristic for sparse lifting and updated tests | [d8fe6652dbf070ea3eede8ae5b29b8c1a4899feb](https://github.com/Singular/Sources/commit/d8fe6652dbf070ea3eede8ae5b29b8c1a4899feb) |
| 2011-11-24 14:35:53 +0100 | replacing MP_INT by mpz_t | 27ab3a89e2a32d8da556af585282aac8b60c2f31 |
| 2011-11-24 14:36:22 +0100 | replacing MP_INT by mpz_t (kernel part) | 379e1bd1ab181435ee0bda4082a0cbdcb0d6c621 |
| 2011-11-29 14:33:18 +0100 | modified some helper functions and removed unneccessary inclusion of config.h | f2f04c7f967963369124ed7f5ee6a04647c3950e |
| 2011-11-29 14:36:04 +0100 | add: code for sparse heuristic lifting a la Lucks/Wang moved: code for other sparse heuristic to facSparseHensel rm: unused function leadingCoeffReconstruction from facFqFactorize.cc | 01811dc6a2e701e17db1e51ac015111d1b1abb91 |
| 2011-12-06 12:02:30 +0100 | chg: sqrfree command now returns also multiplicities by default | fb4cc20aa8cfa50d21d8a72d909a1832295eaf79 |
| 2011-12-19 18:09:26 +0000 | Started fork SingularFlint from master | cbd9cd67c92b1f2b1c3a642ef684121b425e920f |
| 2011-12-20 00:49:30 +0000 | chg: use Flint factorization over finite fields instead of NTL | 1fbccb8df9af166db8c7fe3e22a8941da899a895 |
| 2011-12-20 10:05:23 +0000 | chg: check for Flint 2.3 in configure | c49838d1d1c9cf316c37e0a2ca49461353d1afb7 |
| 2011-12-20 10:42:42 +0000 | chg: checking of FLINT version | 6738c08ba97e91e3aac93999c82fbc7af7b27c4f |
| 2011-12-20 17:08:05 +0000 | chg: switched off old factory factorization over Z chg: added some function declarations to FLINTconvert.h chg: added a lot of modular multiplication code and univariate arithmetic over Q and Q(a) using FLINT | f3c13afd5d1b2a7cba555a9daf58aea691ac0162 |
| 2012-01-04 19:24:29 +0100 | chg: changed behaviour of sqrfree with optional argument 3 | a8ddd4d442910bbade7104369c34edfeba172222 |
| 2012-01-05 17:52:39 +0100 | chg: more changes to replace polynomial factorization over integer with new algorithm | 28935f9e647fef504916c3eb989fec2c40a5e73c |
| 2012-01-09 14:01:10 +0100 | chg: replaced Hensel lifting and early factor detection by a faster version | d9b8d31cb04050a9ed33db42fdb4d21032354588 |
| 2012-01-13 16:47:14 +0100 | chg/fix: created new configure for factory on wawa with autoconf 2.68 | 5ad65377bfa7b96abb55b429785e2c978fb18835 |
| 2012-01-24 17:47:03 +0100 | chg: substitution in the top level routines | f34c6a0642c859ec2ddc20f16146eb71c84a1180 |
| 2012-02-09 15:30:08 +0100 | chg: template instantiation is now part of *.a | e8bf2c0486c61c941222768bad1167994d78dd2d |
| 2012-02-09 15:34:09 +0100 | chg: include string.h | 2b61782b9744e1c0e121a640b8fff8f4769ac4e9 |
| 2012-02-09 15:40:46 +0100 | chg: enable setting of gftables location by program | d7ae6f343b8f1dbbfbf356f39c13e154eaefc030 |
| 2012-02-09 16:47:39 +0100 | chg: separated multiplication and Hensel lifting functions | 515f707b96cde9223c22c26ee3744e20debbc952 |
| 2012-02-09 17:59:15 +0100 | chg: more reorganization | 5a57054df48e86abf00577a3e766330fb6f4771a |
| 2012-02-10 14:11:02 +0100 | chg: include string.h | 4a699a86ca18ee3ff13ca2b80e88fd2fc22fb02c |
| 2012-02-13 17:54:44 +0100 | fix: check for sizeof long in factory configure | 862562e22d4cd6df5eb81a3acf9cbab0b8295add |
| 2012-02-16 15:43:29 +0100 | chg: added coeff bounds to Hensel lifting routines added coeff bounds to henselLiftAndEarly | 6058b9f53d9ceeae9c19677e4efb89363dfd4c99 |
| 2012-02-16 16:35:20 +0100 | chg: use coeff bound in bivariate poly factorization over Q | bb2a942aee4d99bf758e29d12310ba6058c3df18 |
| 2012-02-17 15:47:40 +0100 | fix: typo | 8767a7cebb067170d50b23aa402bbc9500f581b9 |
| 2012-02-21 15:29:56 +0100 | fix: inclusion of stdlib.h | 0ad61a24b038a688257f208221839b853ba494c9 |
| 2012-02-21 15:32:14 +0100 | fix: missing ; | 62d1d69b3f3349e279ffd753e08417453ca1b90b |
| 2012-02-21 15:37:28 +0100 | fix: compilation errors with --enable-assertions | f47fd801e21577b30467361d514294786ce31ff3 |
| 2012-02-21 15:43:27 +0100 | fix: need std:: | 26b1e097cbba2269ef7abd7335f9e63ba99add0d |
| 2012-02-21 15:46:20 +0100 | fix: compilation errors with --enable-timing | 16d549d6af0a8afa3a869dacc89b41ed36d3700c |
| 2012-02-21 16:59:02 +0100 | fix: compilation of factory without NTL | c9a469353fe1b0402831f98d8f51932773860bf9 |
| 2012-02-23 13:00:13 +0100 | fixes from spielwiese | 6ffd1e1253ef2eb36aacc0ff151017c5f53f4fb1 |
| 2012-02-28 14:28:47 +0100 | chg: count factors only in debug version | cf6800369800fd222b59a4acc1ecea0fa932c3fd |
| 2012-03-06 12:03:45 +0100 | chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h | fd9999d5397bb8d99a5848c21ff971c3a8400e5c |
| 2012-03-06 21:48:34 +0100 | chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary | 29c892e586193211bb5e914698663de8e05df80a |
| 2012-03-19 12:27:28 +0100 | fix: typos in GNUmakefile | 0d0427d1eca531691f6795f69bdff6fc926ba46e |
| 2012-03-20 18:42:42 +0100 | fix: bug in evaluation point search | ee411a2e33dd04935564838482ec7a8cef8171fb |
| 2012-03-22 14:12:44 +0100 | chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization | bbf256b66c93b465e2e5ccaf26d61e00ecb07972 |
| 2012-03-23 13:12:45 +0100 | chg: created new configure for factory and Singular on wawa | ca67ec47ff8e6f7cdea77a3ece096625e663bf28 |
| 2012-03-27 14:27:12 +0200 | chg: add FLINT_CFLAGS to LIBCFLAGS,LIBCXXFLAGS and LIBCGGFLAGS | 97ee32bb5f4e027e278e1709d7fea3d57eafcea8 |
| 2012-04-04 13:20:40 +0200 | chg: better debug output | 0035a3c4a0e6380c6a89dc376f58114620bf4c7e |
| 2012-04-11 16:22:25 +0200 | chg: use convex dense compression in gcd | 1d0c92d9cfec00b79ff33919c669d9eb75d00207 |
| 2012-04-24 13:01:15 +0200 | chg: deleted unused old functions + editing chg: added description | bc757bc4addfa5f1cee648b4040f866e7aecc8c2 |
| 2012-04-28 22:13:44 +0200 | fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is needed in FLINT's longlong.h | 1133d51cace9b337a0aa14b3a942a3ac43329aeb |
| 2012-05-03 12:29:49 +0200 | fix: include config.h instead of factoryconf.h | da397cd7504c1465a4253e43bbfdd524020b5524 |
| 2012-05-03 15:53:02 +0200 | chg: first test LC's before doing a full termination test in GCD | 1bf3eb143c0cdf0d307904168a3e361719227c4e |
| 2012-05-04 16:17:21 +0200 | chg: deleted fieldGCD | 4d6d91a8c5ad314690deefc5945bafb1f736209d |
| 2012-05-04 16:25:07 +0200 | chg: deleted fieldGCD related stuff outside of factory | 2d13c0ef2268684980dc36b6497d63d87441eb9b |
| 2012-05-07 12:46:27 +0200 | chg: use FLINT in bivariate factorization | f9ce5c88c2abc977d13636bf7f754ac3e5faedc7 |
| 2012-05-07 17:34:51 +0200 | fix: issues with building factory without NTL | 4f391f94b5f27ef89b5dee5189f89c2bd77b4c89 |
| 2012-05-08 11:05:19 +0200 | chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes | 60523844bbbb46f87dd9c8d182b745b138bebf3b |
| 2012-05-08 14:33:58 +0200 | chg: deleted sparse modular gcd from sm_sparsemod.* | 76e6508e1051267a057a09086ba85233e21a4c0a |
| 2012-05-08 14:50:18 +0200 | chg: deleted abs_fac and related stuff | a1fd965ccf26968d402f181ce85c9ca6d92aa526 |
| 2012-05-08 14:51:57 +0200 | chg: deleted abs_fac outside of factory | a791a10fe709ad91f009867b6ff8d64ec6d85734 |
| 2012-05-08 15:09:19 +0200 | chg: towards removal of winnt directory | 9a1de40b798602e8bd87dd3bd24db0b660288d86 |
| 2012-05-08 15:10:05 +0200 | chg: removed winnt directory | 52cf5a70fa7a5616beed304b5abae5c82808cc7c |
| 2012-05-08 16:44:28 +0200 | chg: towards removal of ftest directory | b4dfcbaa112a8db1e6107978e9329cd723457196 |
| 2012-05-08 16:45:05 +0200 | chg: removed ftest directory | 75e72ccfb8afa73620d825c5a0c266da1b1ecbd9 |
| 2012-05-08 16:51:32 +0200 | chg: removed ftest from configure | 76efc3ffe7b96deb3447e0c27e0c7af5bd5920d1 |
| 2012-05-14 17:59:42 +0200 | fix: multiple definitions with --enable-timing | 221f531834be9e76b8b634363c11f1f58a26cddf |
| 2012-06-19 17:28:51 +0200 | fix: do not switch on rationals if there none | e44526311070238b2cff706e2bb14a9de2883395 |
| 2012-08-01 17:56:22 +0200 | chg: replaced hack by setMipo | aed373c36b49e46218958fa820b79d0384d52611 |
| 2012-08-01 21:26:50 +0200 | chg: if variable has level LEVELBASE it has no minpoly | 4119e2df48e0fd3c2a624d01a30b32729cb36fb7 |
| 2012-08-02 14:35:27 +0200 | fix: missing setReduce | 238d9c984a4a573ab6713f230d696193d34a4143 |
| 2012-08-08 13:31:30 +0200 | chg: faster retrieval of terms chg: LucksWangSparseHeuristic now returns also partial factors | 2b54b28a9673f7ec1489786bd4a25768e29a6762 |
| 2012-08-12 20:03:16 +0200 | chg: chmod -x | 224d37736c3fcddae0b0b903de6778d37a3748d1 |
| 2012-08-15 16:47:03 +0200 | chg: moved some helper functions to utilities | f27e9e52e685e67f21e7dcf57924dd9e7fb4cce4 |
| 2012-08-16 11:18:22 +0200 | chg: deleted templates from installcf target | 030df1ddf0c4897153fe046a444c06555ed09dcd |
| 2012-08-16 11:37:51 +0200 | chg: deleted everything related to ftmpl_inst as this is part of libcf.a now | a606339a9150e204143aa9414b9d3c7b6ac3348f |
| 2012-08-27 11:36:58 +0200 | chg: distribute content in precomputation of leading coeff | 3bbb6a8bc55580acb8e1e46511c9c28bb7278f8a |
| 2012-09-10 14:44:51 +0200 | chg: adapt flint check macro to newer version of flint | a480af9ba0fbed37d38ebea5d84ebb4a02a2571c |
| 2012-09-10 14:47:34 +0200 | chg: updated configure due to changes in flint | 097ca9fd40a8d4ee56c8b09596d2e01b220fb14d |
| 2012-09-24 11:36:50 +0200 | fix: several issues with --enable-assertions | d5bfecfe4caa2904f95ea99560359ace048075c3 |
| 2012-10-09 11:11:29 +0200 | chg: deleted some unused code chg: joined precomputeLeadingCoeff from facFactorize.cc and facFqFactorize.cc | b1abf093a9710cfd367bc68a8871b23a2e3e52ed |
| 2012-10-12 17:30:21 +0200 | chg: added more timing infos to gcd functions | b8428dd959db643eacd4521d4a174a04a9d2ae8a |
| 2012-10-12 17:31:21 +0200 | chg: added more timing infos to main factorization functions | c78b7a5188e61241b72e734363229671e5f1845a |
| 2012-10-19 17:23:18 +0200 | chg: timing.h in libfac and factory now coincide | e0ae0fdc7f69a5a1411ec5d71a46be1072537226 |
| 2012-10-26 12:51:34 +0200 | chg: avoid undefined signed integer overflow | b1bca2a9c8aa58bf15e8645d5bdf75919cce9bda |
| 2012-11-05 15:30:56 +0100 | fix: bug in loading of gftables from Singular | 5efa9029b4cc9336e9cda23ea235e8714f8e5d25 |
| 2012-11-12 18:14:16 +0100 | chg: faster computation of resultants | 3e11973502a877c555434792c4907df6f5c522b5 |
| 2012-11-14 16:25:23 +0100 | chg: added new files to Makefile | 89cdc150c2c3c36c79ab7a2cd2d488a88bccd267 |
| 2012-11-15 14:42:02 +0100 | fix: dangling else | 845446bffc315bb5c6a3256aa4421b1609f31af5 |
| 2012-11-15 14:43:20 +0100 | chg: extraneous parentheses | 41d662bacf938088fbe0ef3f8fa0876683253b76 |
| 2012-11-15 14:44:07 +0100 | chg: deleted unused mypsr | 0fdaab1835c72024306f0c063e7d4fe8dbd8871a |
| 2012-11-15 14:45:04 +0100 | chg: commented out unused functions | ab6f3465579d73361888b08b60bb1c1d5ad37cfb |
| 2012-11-15 15:16:32 +0100 | chg: deleted unnecessary ';' | 9c067bf2d68a1c6e0dccf4cbbcdca9739e3a91f5 |
| 2012-11-16 12:44:35 +0100 | chg: commented out unused errmsg fix: dangling else | 7bbf1736697e5c32761dd87296dd6d7d684de8ac |
| 2012-11-19 17:26:28 +0100 | chg: skip zz_p::init() if it is already correctly initialized | 776ab892167682a68ef9f3f2200c113c421b0da6 |
| 2012-12-12 10:19:10 +0100 | fix: memory leak | 00be8d74f4c67514ddb7ecae5f45cb39ba51fa02 |
| 2011-11-28 19:40:21 +0100 | fix for squarefree decomposition: now the first entry of sqrfree is always the leading coefficient and squarefree factors are sorted by multiplicity | 0ada101e3a08c914a9ee941c72cadc20aa74afff |
| 2011-11-28 19:40:21 +0100 | more fixes for squarefree decomposition | 489bca5d5f38541c3ac800ffbca60da2a3f67689 |