Changeset 459ec94 in git for kernel/GBEngine/kstd1.cc


Ignore:
Timestamp:
Jun 8, 2016, 11:23:17 AM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
7d2b897ca11e37de4604e5ef70fedebde74c5f18
Parents:
042a2446603880e31b20a8b52076d7e9d00046fd
Message:
add: sba gcd-pair replacement while reduction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.cc

    r042a24 r459ec94  
    25912591    #endif
    25922592    //This is how we set the SBA algorithm;
    2593     int totalsbaruns = -1,loops = 0;
     2593    int totalsbaruns =-1,loops = 0;
    25942594    while(sigdrop && (loops < totalsbaruns || totalsbaruns == -1))
    25952595    {
     
    26022602      strat->sbaEnterS = sbaEnterS;
    26032603      strat->sigdrop = sigdrop;
    2604       printf("\nsbaEnterS beginning = %i\n",strat->sbaEnterS);
    2605       printf("\nsigdrop beginning = %i\n",strat->sigdrop);
     2604      //printf("\nsbaEnterS beginning = %i\n",strat->sbaEnterS);
     2605      //printf("\nsigdrop beginning = %i\n",strat->sigdrop);
    26062606      strat->sbaOrder = sbaOrder;
    26072607      if (arri!=0)
     
    27092709          printf("\nSBA Run %i: %i elements (syzCrit = %i,rewCrit = %i)\n",loops,IDELEMS(r),strat->nrsyzcrit,strat->nrrewcrit);
    27102710          idPrint(r);
    2711           //getchar();
     2711          getchar();
    27122712          #endif
    27132713        }
Note: See TracChangeset for help on using the changeset viewer.