Changeset ab2d99 in git for kernel/GBEngine


Ignore:
Timestamp:
Oct 27, 2021, 11:30:05 AM (3 years ago)
Author:
Christian Eder
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
df9f51aeaa06ad0df1dddaf8da09c9d4798f0889
Parents:
c92e0b63682856a5cf35cf3d08b6981a8be12d60
Message:
fix redRing_Z
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    rc92e0b rab2d99  
    1818#define PLURAL_INTERNAL_DECLARATIONS 1
    1919#endif
     20
     21#define STDZ_EXHANGE_DURING_REDUCTION 0
    2022
    2123/***********************************************
     
    687689    if (j < 0)
    688690    {
     691#if STDZ_EXCHANGE_DURING_REDUCTION
    689692      /* check if a reducer with the same lead monomial exists */
    690693      j = kFindSameLMInT_Z(strat, h);
    691694      if (j < 0)
    692695      {
     696#endif
    693697        /* check if a reducer of the lead monomial exists, by the above
    694698         * check this is a real divisor of the lead monomial */
     
    742746          tj.Clear();
    743747        }
     748#if STDZ_EXCHANGE_DURING_REDUCTION
    744749      }
    745750      else
     
    759764        replaceInLAndSAndT(h2, j, strat);
    760765      }
     766#endif
    761767    }
    762768    else
Note: See TracChangeset for help on using the changeset viewer.