Changeset 1c35568 in git


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

git-svn-id: file:///usr/local/Singular/svn/trunk@12390 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 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);
  • kernel/polys.cc

    r3a5edc r1c35568  
    717717{
    718718
    719   if (!TEST_OPT_IDLIFT)
    720   {
    721     if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
    722       return FALSE;
    723   }
     719  if (pGetComp(p1) > 0 || pGetComp(p2) > 0)
     720    return FALSE;
    724721  int i = pVariables;
    725722  loop
Note: See TracChangeset for help on using the changeset viewer.