Changeset 01eca5 in git
- Timestamp:
- Apr 26, 2007, 7:40:59 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- cb637fad8051814719a0ea36ed4b65a20f1114cc
- Parents:
- 91a62a9b0d894256f34fe96f2db36abd82719469
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb.cc
r91a62a r01eca5 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb.cc,v 1.15 1 2007-04-03 15:16:39 SingularExp $ */7 /* $Id: tgb.cc,v 1.152 2007-04-26 05:40:59 bricken Exp $ */ 8 8 /* 9 9 * ABSTRACT: slimgb and F4 implementation … … 2392 2392 #ifdef USE_NORO 2393 2393 //Print("module rank%d\n",c->S->rank); 2394 const BOOLEAN use_noro=((!(c->nc))&&(c->S->rank<=1)&&(rField_is_Zp(c->r)) );2394 const BOOLEAN use_noro=((!(c->nc))&&(c->S->rank<=1)&&(rField_is_Zp(c->r)) &&(!(c->eliminationProblem))&&(npPrimeM<=32003)); 2395 2395 #else 2396 2396 const BOOLEAN use_noro=FALSE; … … 2786 2786 si->expected_length=pQuality(p,this,pLength(p)); 2787 2787 si->deg=pTotaldegree_full(p); 2788 if (!rField_is_Zp(r)){ 2788 /*if (!rField_is_Zp(r)){ 2789 pContent(p); 2789 2790 pCleardenom(p); 2790 } 2791 }*/ 2791 2792 si->lcm_of_lm=p; 2792 2793 … … 3340 3341 if (!rField_is_Zp(r)) 3341 3342 { 3343 pCleardenom(h); 3342 3344 pContent(h); 3343 pCleardenom(h);//should be unnecessary3345 3344 3346 } else pNorm(h); 3345 3347 //TODO:GCD of TERMS … … 3847 3849 if (!rField_is_Zp(c->r)) 3848 3850 { 3851 pCleardenom(clear_into);//should be unnecessary 3849 3852 pContent(clear_into); 3850 pCleardenom(clear_into);//should be unnecessary3853 3851 3854 } 3852 3855 else … … 4331 4334 if (!rField_is_Zp(c->r)) 4332 4335 { 4336 pCleardenom(red);//should be unnecessary 4333 4337 pContent(red); 4334 pCleardenom(red);//should be unnecessary4338 4335 4339 4336 4340 }
Note: See TracChangeset
for help on using the changeset viewer.