Changeset 1c35568 in git for kernel/kstd2.cc


Ignore:
Timestamp:
Dec 18, 2009, 2:07:12 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2b3caae5e93f036d36ceeb553934d1dcb89b3c60
Parents:
3a5edc375c8c9192d0f777ea79d63b5fde378a37
Message:
OPT_IDLIFT removed

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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    r3a5edc r1c35568  
    11931193        enterpairs(strat->P.p,strat->sl,strat->P.ecart,pos,strat, strat->tl);
    11941194      // posInS only depends on the leading term
    1195       if ((!TEST_OPT_IDLIFT) || (pGetComp(strat->P.p) <= strat->syzComp))
    1196       {
    11971195      strat->enterS(strat->P, pos, strat, strat->tl);
    1198       }
    1199       else
    1200       {
    1201       //  strat->P.Delete(); // syzComp test: it is in T
    1202       }
    12031196#if 0
    12041197      int pl=pLength(strat->P.p);
     
    17121705      //      enterpairsShift(vw,strat->sl,strat->P.ecart,pos,strat, strat->tl,uptodeg,lV);
    17131706      // posInS only depends on the leading term
    1714       if ((!TEST_OPT_IDLIFT) || (pGetComp(strat->P.p) <= strat->syzComp))
    1715       {
    1716         strat->enterS(strat->P, pos, strat, strat->tl);
    1717       }
    1718       else
    1719       {
    1720       //  strat->P.Delete(); // syzComp test: it is in T
    1721       }
     1707      strat->enterS(strat->P, pos, strat, strat->tl);
    17221708
    17231709      if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat);
Note: See TracChangeset for help on using the changeset viewer.