Changeset a469814 in git for kernel/GBEngine/kutil.h
- Timestamp:
- Jul 3, 2015, 1:35:17 PM (8 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 81f40d79bb623106f176d7d1bc3cfb277b750b0e
- Parents:
- 1550ecaad46efdce1c9032818b53259c1f6c108a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.h
r1550eca ra469814 200 200 // detected by Buchberger's Product Criterion and can be 201 201 // deleted 202 203 bool strong; 202 204 203 205 // initialization … … 448 450 int posInLSig (const LSet set, const int length, 449 451 LObject* L,const kStrategy strat); 452 int posInLRing (const LSet set, const int length, 453 LObject* L,const kStrategy strat); 450 454 int posInSyz (const kStrategy strat, const poly sig); 451 455 int posInL0 (const LSet set, const int length, 452 456 LObject* L,const kStrategy strat); 453 457 int posInL11 (const LSet set, const int length, 458 LObject* L,const kStrategy strat); 459 int posInL11Ring (const LSet set, const int length, 454 460 LObject* L,const kStrategy strat); 455 461 int posInL13 (const LSet set, const int length, … … 734 740 // FALSE, otherwise 735 741 BOOLEAN kCheckStrongCreation(int atR, poly m1, int atS, poly m2, kStrategy strat); 742 poly preIntegerCheck(ideal F, ideal Q); 743 void postReduceByMon(LObject* h, kStrategy strat); 744 void finalReduceByMon(kStrategy &strat); 736 745 #endif 737 746 // change strat->tailRing and adjust all data in strat, L, and T:
Note: See TracChangeset
for help on using the changeset viewer.