Changeset 739881 in git
- Timestamp:
- Dec 14, 2011, 3:53:55 PM (11 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 6f6320b9e405525cc39ba4d1e6e22d95e179106593f7ef6b1b74542646ed5510d7cd20f45e9d2757
- Parents:
- 69ed5243c7b1d76bdf25206c9670341020c3e5d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/kutil.cc
r69ed52 r739881 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id$ */5 4 /* 6 5 * ABSTRACT: kernel: utils for kStd … … 25 24 #include <polys/nc/nc.h> 26 25 #include <polys/nc/sca.h> 26 #include <polys/weight.h> /* for kDebugPrint: maxdegreeWecart*/ 27 27 #ifdef KDEBUG 28 28 #undef KDEBUG … … 6719 6719 Print("homog=%d, LazyDegree=%d, LazyPass=%d, ak=%d,\n", 6720 6720 strat->homog, strat->LazyDegree,strat->LazyPass, strat->ak); 6721 Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d \n",6721 Print("honey=%d, sugarCrit=%d, Gebauer=%d, noTailReduction=%d, use_buckets: %d\n", 6722 6722 strat->honey,strat->sugarCrit,strat->Gebauer,strat->noTailReduction,strat->use_buckets); 6723 6723 Print("posInLDependsOnLength=%d, use_buckets=%d\n", … … 6736 6736 else if (currRing->pLDeg==pLDeg1_WFirstTotalDegree) PrintS("pLDeg1_WFirstTotalDegree"); 6737 6737 else if (currRing->pLDeg==pLDeg1c_WFirstTotalDegree) PrintS("pLDeg1c_WFirstTotalDegree"); 6738 else if (currRing->pLDeg==maxdegreeWecart) PrintS("maxdegreeWecart"); 6738 6739 else Print("? (%lx)", (long)currRing->pLDeg); 6739 6740 PrintS(" / "); … … 6749 6750 else if (strat->tailRing->pLDeg==pLDeg1_WFirstTotalDegree) PrintS("pLDeg1_WFirstTotalDegree"); 6750 6751 else if (strat->tailRing->pLDeg==pLDeg1c_WFirstTotalDegree) PrintS("pLDeg1c_WFirstTotalDegree"); 6752 else if (strat->tailRing->pLDeg==maxdegreeWecart) PrintS("maxdegreeWecart"); 6751 6753 else Print("? (%lx)", (long)strat->tailRing->pLDeg); 6752 6754 Print(" syzring:%d, syzComp(strat):%d syzComb(ring)\n",rIsSyzIndexRing(currRing),strat->syzComp,rGetCurrSyzLimit(currRing));
Note: See TracChangeset
for help on using the changeset viewer.