Changeset c9193a in git for kernel/f5gb.h
- Timestamp:
- Feb 28, 2009, 10:14:06 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5887d78d81d30fb2177cf296ce90d01565c6ae3b
- Parents:
- 1863d8a8be27be6f1d1a24187172fe5ab71c385f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/f5gb.h
r1863d8 rc9193a 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: f5gb.h,v 1. 29 2009-02-26 09:01:52ederc Exp $ */4 /* $Id: f5gb.h,v 1.30 2009-02-28 21:14:06 ederc Exp $ */ 5 5 /* 6 6 * ABSTRACT: f5gb interface … … 45 45 */ 46 46 void criticalPair(LList* gPrev, CList* critPairs, LTagList* lTag, RTagList* rTag, RList* rules); 47 48 /* 49 ================================================================ 50 computes a list of critical pairs for the next reduction process 51 first element in gPrev is always the newest element which must 52 build critical pairs with all other elements in gPrev 53 this is a special version for reduction() in which the first 54 generator of the critical pair is not tested by criterion2() 55 as there are no rules added until then to test for 56 ================================================================ 57 */ 58 void criticalPairRed(LList* gPrev, CList* critPairs, LTagList* lTag, RTagList* rTag, RList* rules); 47 59 48 60 /*
Note: See TracChangeset
for help on using the changeset viewer.