Changeset d4cec61 in git for kernel/f5gb.h
- Timestamp:
- Aug 30, 2009, 5:26:00 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f414c0965b52eb8faa2ff8c9afef799657e50a29
- Parents:
- 0cd54028aee03d965d1c6ff02be782f1b55ad9e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r0cd5402 rd4cec61 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.4 2 2009-07-16 07:47:51ederc Exp $ */4 /* $Id: f5gb.h,v 1.43 2009-08-30 15:26:00 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 43 43 ================================================== 44 44 */ 45 LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE, LTagList* lTag, RList* rules, RTagList* rTag );45 LList* F5inc(int i, poly f_i, LList* gPrev, ideal gbPrev, poly ONE, LTagList* lTag, RList* rules, RTagList* rTag,int termination); 46 46 47 47 /* … … 95 95 ======================================================================== 96 96 */ 97 inline void newReduction(LList* sPolyList, CListOld* critPairs, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, ideal gbPrev );97 inline void newReduction(LList* sPolyList, CListOld* critPairs, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, ideal gbPrev, int termination); 98 98 99 99 /*! … … 109 109 * ================================================================================ 110 110 */ 111 void findReducers(LNode* l, LList* sPolyList, ideal gbPrev, LList* gPrev, CListOld* critPairs, RList* rules, LTagList* lTag, RTagList* rTag );111 void findReducers(LNode* l, LList* sPolyList, ideal gbPrev, LList* gPrev, CListOld* critPairs, RList* rules, LTagList* lTag, RTagList* rTag, int termination); 112 112 113 113 /* … … 140 140 ====================================== 141 141 */ 142 ideal F5main(ideal i, ring r, int opt );142 ideal F5main(ideal i, ring r, int opt, int termination); 143 143 144 144 #endif
Note: See TracChangeset
for help on using the changeset viewer.