Changeset 418bd6 in git for kernel/f5gb.h
- Timestamp:
- Oct 1, 2009, 3:40:16 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 963eebd7c227d74888d6c990014a2db02a856401
- Parents:
- 1d9469b7feae9ba3731cc5bd89f2a2a7f1611efd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r1d9469 r418bd6 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1.4 4 2009-08-31 13:55:46 ederc Exp $ */4 /* $Id: f5gb.h,v 1.45 2009-10-01 13:40:16 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 48 48 ================================================================ 49 49 computes a list of critical pairs for the next reduction process 50 the first element is always "useful" thus the critical pair 51 computed is either "useful" or "useless" depending on the second 52 element which generates the critical pair. 50 53 first element in gPrev is always the newest element which must 51 54 build critical pairs with all other elements in gPrev … … 53 56 */ 54 57 void criticalPair(LList* gPrev, CListOld* critPairs, LTagList* lTag, RTagList* rTag, RList* RuleOlds); 58 59 /* 60 ================================================================ 61 computes a list of critical pairs for the next reduction process 62 the first element is always "useless" thus the critical pair 63 computed is "useless". 64 first element in gPrev is always the newest element which must 65 build critical pairs with all other elements in gPrev 66 ================================================================ 67 */ 68 void criticalPair2(LList* gPrev, CListOld* critPairs, LTagList* lTag, RTagList* rTag, RList* RuleOlds); 55 69 56 70 /*
Note: See TracChangeset
for help on using the changeset viewer.