Changeset 1c35568 in git
- Timestamp:
- Dec 18, 2009, 2:07:12 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2b3caae5e93f036d36ceeb553934d1dcb89b3c60
- Parents:
- 3a5edc375c8c9192d0f777ea79d63b5fde378a37
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
r3a5edc r1c35568 1193 1193 enterpairs(strat->P.p,strat->sl,strat->P.ecart,pos,strat, strat->tl); 1194 1194 // posInS only depends on the leading term 1195 if ((!TEST_OPT_IDLIFT) || (pGetComp(strat->P.p) <= strat->syzComp))1196 {1197 1195 strat->enterS(strat->P, pos, strat, strat->tl); 1198 }1199 else1200 {1201 // strat->P.Delete(); // syzComp test: it is in T1202 }1203 1196 #if 0 1204 1197 int pl=pLength(strat->P.p); … … 1712 1705 // enterpairsShift(vw,strat->sl,strat->P.ecart,pos,strat, strat->tl,uptodeg,lV); 1713 1706 // 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); 1722 1708 1723 1709 if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat); -
kernel/polys.cc
r3a5edc r1c35568 717 717 { 718 718 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; 724 721 int i = pVariables; 725 722 loop
Note: See TracChangeset
for help on using the changeset viewer.