Changeset 6b0aa2 in git for kernel/f5gb.h
- Timestamp:
- Apr 20, 2009, 3:54:50 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f85223c462c7704fe0b5d7c8e916ba08f7ca4e86
- Parents:
- 694257b820eac75a8100417ebf8f059879a873fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r694257b r6b0aa2 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.3 6 2009-04-07 13:30:01ederc Exp $ */4 /* $Id: f5gb.h,v 1.37 2009-04-20 13:54:50 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 98 98 99 99 /* 100 ======================================================================== 101 reduction including subalgorithm topReduction() using Faugere's criteria 102 ======================================================================== 103 */ 104 inline void newReduction(LList* sPolyList, CList* critPairs, LList* gPrev, RList* rules, LTagList* lTag, RTagList* rTag, 105 ideal gbPrev); 106 107 /*! 108 * ================================================================================ 109 * searches for reducers of temp similar to the symbolic preprocessing of F4 and 110 * divides them into a "good" and "bad" part: 111 * 112 * the "good" ones are the reducers which do not corrupt the label of temp, with 113 * these the normal form of temp is computed 114 * 115 * the "bad" ones are the reducers which corrupt the label of temp, they are tested 116 * later on for possible new rules and S-polynomials to be added to the algorithm 117 * ================================================================================ 118 */ 119 void findReducers(LNode* l, LList* sPolyList, LList* gPrev, CList* critPairs, RList* rules, LTagList* lTag, RTagList* rTag); 120 121 /* 100 122 ===================================================================================== 101 123 top reduction in F5, i.e. reduction of a given S-polynomial by labeled polynomials of
Note: See TracChangeset
for help on using the changeset viewer.