Changeset bbf50e in git
- Timestamp:
- Jun 19, 2009, 11:53:34 AM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- a14585d3e8490b7eff149e142444f18d956e9b25
- Parents:
- 63b728ccb08555d986799d4288c23f729d16f2e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kstd2.cc
r63b728c rbbf50e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: kstd2.cc,v 1. 89 2009-06-13 14:37:58Singular Exp $ */4 /* $Id: kstd2.cc,v 1.90 2009-06-19 09:53:34 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT - Kernel: alg. of Buchberger … … 1367 1367 srmax = strat->sl; 1368 1368 reduc = olddeg = lrmax = 0; 1369 strat->lV=lV; 1369 1370 1370 1371 #ifndef NO_BUCKETS … … 1750 1751 #endif 1751 1752 ksReducePoly(h, &(strat->T[j]), strat->kNoetherTail(), NULL, strat); 1752 1753 poly qq=p_Shrink(h->GetTP(),strat->lV,strat->tailRing); 1754 h->p=NULL; 1755 h->t_p=qq; 1756 strat->GetP(strat->lmBin); 1757 1753 1758 #ifdef KDEBUG 1754 1759 if (TEST_OPT_DEBUG)
Note: See TracChangeset
for help on using the changeset viewer.