Changeset e00d20 in git


Ignore:
Timestamp:
May 29, 2015, 5:47:05 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e786dc69a172d574cf7c8e1d1475140446f49d1d
Parents:
a576b0d5c5ba8bbf52687aaa8dc237c50ed9e5bf
Message:
optim. redtailBba (wrt. idLiftStd/ OPT_IDLIFT)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/syzextra/mod_main.cc

    ra576b0 re00d20  
    18481848  {
    18491849    iComp = (int)((long)(h->Data()));
    1850   } else
     1850  }
     1851  else
    18511852  {
    18521853      if( (!isSyz) && (-1 == posIS) )
  • kernel/GBEngine/kutil.cc

    ra576b0 re00d20  
    54405440    loop
    54415441    {
     5442      if (TEST_OPT_IDLIFT)
     5443      {
     5444        if (Ln.p!=NULL)
     5445        {
     5446          if (p_GetComp(Ln.p,currRing)> strat->syzComp) break;
     5447        }
     5448        else
     5449        {
     5450          if (p_GetComp(Ln.t_p,strat->tailRing)> strat->syzComp) break;
     5451        }
     5452      }
    54425453      Ln.SetShortExpVector();
    54435454      if (withT)
Note: See TracChangeset for help on using the changeset viewer.