Changeset 530cc55 in git for kernel/GBEngine/kstd2.cc


Ignore:
Timestamp:
May 27, 2016, 10:45:01 AM (8 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b61d85898290efdf5f9da1b651cffefa4abd25d2
Parents:
6402b559828c96b40e77a0755dbd3ba17ba2909a
Message:
added All vs Just Strategies
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r6402b5 r530cc55  
    25062506      }
    25072507      p_Delete(&beforetailred,currRing);
     2508      // strat->P.p = NULL may appear if we had  a sigdrop above and reduced to 0 via redRing
     2509      if(strat->P.p == NULL)
     2510        goto case_when_red_result_changed;
    25082511      if(!nGreaterZero(pGetCoeff(strat->P.p)))
    25092512      {
     
    25132516    }
    25142517    #endif
    2515 
    25162518    // remove sigsafe label since it is no longer valid for the next element to
    25172519    // be reduced
     
    27482750    else
    27492751    {
     2752      case_when_red_result_changed:
    27502753      // adds signature of the zero reduction to
    27512754      // strat->syz. This is the leading term of
     
    30093012  }
    30103013  #ifdef HAVE_RINGS
    3011   if(nCoeff_is_Ring_Z(currRing->cf))
    3012     finalReduceByMon(strat);
     3014  //if(nCoeff_is_Ring_Z(currRing->cf))
     3015  //  finalReduceByMon(strat);
    30133016  if(rField_is_Ring(currRing) && !strat->sigdrop)
    30143017  #endif
Note: See TracChangeset for help on using the changeset viewer.