Changeset 420a178 in git


Ignore:
Timestamp:
Feb 6, 2013, 9:27:28 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1b88d52ed1ad1359eb07a0b3c2a43fe604b47179
Parents:
755f1232a0908b09ccb278f55f5416703f6f66b2
git-author:
Martin Lee <martinlee84@web.de>2013-02-06 21:27:28+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 15:15:10+01:00
Message:
chg: skip term estimate in certain cases
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r755f12 r420a178  
    43874387  for (int i= A.min(); i <= A.max(); i++)
    43884388  {
    4389     if (!A[i].isZero())
     4389    if (!A[i].isZero() && (getCharacteristic() > degree (U,i))) //TODO find a good estimate for getCharacteristic() <= degree (U,i)
    43904390    {
    43914391      termEstimate *= degree (U,i)*2;
Note: See TracChangeset for help on using the changeset viewer.