Changeset 3ed6cb7 in git for kernel/kstd1.cc


Ignore:
Timestamp:
Aug 6, 2013, 3:57:54 PM (11 years ago)
Author:
Adrian Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
80b5a4f4abeb4677a1aeb9571235feed5da2f137
Parents:
c25b56c93e1f5abb74b2bc879f2484f1796dfdd7
git-author:
Adrian Popescu <adi_popescum@yahoo.de>2013-08-06 15:57:54+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-08-06 18:36:05+02:00
Message:
Hilbert Criterion in local degree orderings for inhomogemous ideals
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.cc

    rc25b56c r3ed6cb7  
    17331733
    17341734      // apply hilbert criterion
    1735       if (hilb!=NULL) khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat);
     1735      if (hilb!=NULL)
     1736        {
     1737        if (strat->homog==isHomog)
     1738                khCheck(Q,w,hilb,hilbeledeg,hilbcount,strat);
     1739        else
     1740                khCheckLocInhom(Q,w,hilb,hilbcount,strat);
     1741        }
    17361742
    17371743      // clear strat->P
Note: See TracChangeset for help on using the changeset viewer.