Changeset 3426de2 in git for factory/facFqBivar.cc


Ignore:
Timestamp:
Sep 6, 2011, 3:08:38 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
725e6002e0b07ad1474e14f72296c0c85a47ae4d
Parents:
96f9fdfab406c4f1b69b407c26a25d199352b8c5
Message:
optimizations for division with remainder and lattice recombination


git-svn-id: file:///usr/local/Singular/svn/trunk@14380 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqBivar.cc

    r96f9fdf r3426de2  
    14551455          break;
    14561456        }
    1457         if (isReduced (NTLN))
     1457        if (isReduced (NTLN) && l > (minBound+1)*2)
    14581458        {
    14591459          reduced= true;
     
    15141514  if (start > l)
    15151515    l= start;
     1516  int startl= l;
    15161517  int oldL= l/2;
    15171518  bool reduced= false;
     
    16291630          break;
    16301631        }
    1631         if (isReduced (NTLN))
     1632        if (isReduced (NTLN) && l > startl)
    16321633        {
    16331634          reduced= true;
     
    17421743          break;
    17431744        }
    1744         if (isReduced (NTLN))
     1745        if (isReduced (NTLN) && l > (minBound+1)*2)
    17451746        {
    17461747          reduced= true;
     
    18551856          break;
    18561857        }
    1857         if (isReduced (NTLN))
     1858        if (isReduced (NTLN) && l > (minBound+1)*2)
    18581859        {
    18591860          reduced= true;
Note: See TracChangeset for help on using the changeset viewer.