Changeset 3ed6cb7 in git for kernel/kutil.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/kutil.cc

    rc25b56c r3ed6cb7  
    72407240void initHilbCrit(ideal/*F*/, ideal /*Q*/, intvec **hilb,kStrategy strat)
    72417241{
     7242
     7243  //if the ordering is local, then hilb criterion
     7244  //can be used also if tzhe ideal is not homogenous
     7245  if((currRing->OrdSgn == -1) && (currRing->MixedOrder == 0 ))
     7246  #ifdef HAVE_RINGS
     7247  {
     7248  if(rField_is_Ring(currRing))
     7249        *hilb=NULL;
     7250  else
     7251        return;
     7252  }
     7253#endif
    72427254  if (strat->homog!=isHomog)
    72437255  {
Note: See TracChangeset for help on using the changeset viewer.