Changeset c3c413 in git


Ignore:
Timestamp:
Jun 9, 1997, 2:21:29 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
74f19d94b7f4d611715804cf278d0652970e4e90
Parents:
e8a30d706fbfe3265065f965770b3285a7e817b1
Message:
* hannes/siebert: minor bug fixes in k*.cc, syz1.cc
   added degBound to sres


git-svn-id: file:///usr/local/Singular/svn/trunk@374 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Singular/kstd1.cc

    re8a30d rc3c413  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.6 1997-05-20 08:52:08 Singular Exp $ */
     4/* $Id: kstd1.cc,v 1.7 1997-06-09 12:21:24 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    134134    if (pDivisibleBy(strat->T[j].p,(*h).p))
    135135    {
    136       if (strat->interpt) test_int_std(strat->kIdeal);
     136      //if (strat->interpt) test_int_std(strat->kIdeal);
    137137      if (TEST_OPT_DEBUG) PrintS("+");
    138138      /*- compute the s-polynomial -*/
     
    260260    if (pDivisibleBy(strat->T[j].p,(*h).p))
    261261    {
    262       if (strat->interpt) test_int_std(strat->kIdeal);
     262      //if (strat->interpt) test_int_std(strat->kIdeal);
    263263      if (TEST_OPT_DEBUG) PrintS("+");
    264264      /*- compute the s-polynomial -*/
     
    429429    if (pDivisibleBy(strat->T[j].p,(*h).p))
    430430    {
    431       if (strat->interpt) test_int_std(strat->kIdeal);
     431      //if (strat->interpt) test_int_std(strat->kIdeal);
    432432      if (TEST_OPT_DEBUG) PrintS("+\n");
    433433      /*
     
    532532    if (pDivisibleBy(strat->T[j].p,(*h).p))
    533533    {
    534       if (strat->interpt) test_int_std(strat->kIdeal);
     534      //if (strat->interpt) test_int_std(strat->kIdeal);
    535535      if (TEST_OPT_DEBUG) PrintS("+");
    536536      /*- compute the s-polynomial -*/
     
    706706    if (pDivisibleBy(strat->T[j].p,H.p))
    707707    {
    708       if (strat->interpt) test_int_std(strat->kIdeal);
     708      //if (strat->interpt) test_int_std(strat->kIdeal);
    709709      if (TEST_OPT_DEBUG) PrintS("+");
    710710      /*- remember the found T-poly -*/
     
    13251325  {
    13261326    if (lrmax< strat->Ll) lrmax=strat->Ll; /*stat*/
    1327     test_int_std(strat->kIdeal);
     1327    //test_int_std(strat->kIdeal);
    13281328    if (TEST_OPT_DEBUG) messageSets(strat);
    13291329    if (TEST_OPT_DEGBOUND
  • Singular/kstd2.cc

    re8a30d rc3c413  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.4 1997-06-04 19:45:20 obachman Exp $ */
     4/* $Id: kstd2.cc,v 1.5 1997-06-09 12:21:25 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    117117        }
    118118      }
    119       if (strat->interpt) test_int_std(strat->kIdeal);
     119      //if (strat->interpt) test_int_std(strat->kIdeal);
    120120      /*- compute the s-polynomial -*/
    121121      (*h).p = spSpolyRed(strat->S[j],(*h).p,strat->kNoether);
     
    204204        wrp(strat->S[j]);
    205205      }
    206       if (strat->interpt) test_int_std(strat->kIdeal);
     206      //if (strat->interpt) test_int_std(strat->kIdeal);
    207207      /*- compute the s-polynomial -*/
    208208      (*h).p = spSpolyRed(strat->S[j],(*h).p,strat->kNoether);
     
    267267    if (pDivisibleBy(strat->T[j].p,(*h).p))
    268268    {
    269       if (strat->interpt) test_int_std(strat->kIdeal);
     269      //if (strat->interpt) test_int_std(strat->kIdeal);
    270270      if (TEST_OPT_DEBUG)
    271271      {
     
    347347    if (pDivisibleBy(strat->S[j],(*h).p))
    348348    {
    349       if (strat->interpt) test_int_std(strat->kIdeal);
     349      //if (strat->interpt) test_int_std(strat->kIdeal);
    350350      if (TEST_OPT_DEBUG)
    351351      {
     
    644644    if (pDivisibleBy(strat->T[j].p,(*h).p))
    645645    {
    646       if (strat->interpt) test_int_std(strat->kIdeal);
     646      //if (strat->interpt) test_int_std(strat->kIdeal);
    647647      /* compute the s-polynomial */
    648648      if (!TEST_OPT_INTSTRATEGY) pNorm((*h).p);
     
    797797    if (pDivisibleBy(strat->S[j],h))
    798798    {
    799       if (strat->interpt) test_int_std(strat->kIdeal);
     799      //if (strat->interpt) test_int_std(strat->kIdeal);
    800800      /*- compute the s-polynomial -*/
    801801      if (TEST_OPT_DEBUG)
     
    912912    if (strat->Ll > lrmax) lrmax =strat->Ll;/*stat.*/
    913913    if (TEST_OPT_DEBUG) messageSets(strat);
    914     test_int_std(strat->kIdeal);
     914    //test_int_std(strat->kIdeal);
    915915    if (strat->Ll== 0) strat->interpt=TRUE;
    916916    if (TEST_OPT_DEGBOUND
  • Singular/kstdfac.cc

    re8a30d rc3c413  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstdfac.cc,v 1.5 1997-04-25 15:04:01 obachman Exp $ */
     4/* $Id: kstdfac.cc,v 1.6 1997-06-09 12:21:26 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: factorizing alg. of Buchberger
     
    224224  for (si=strat->sl; si>0; si--)
    225225  {
    226     if (strat->interpt) test_int_std(strat->kIdeal);
     226    //if (strat->interpt) test_int_std(strat->kIdeal);
    227227    strat->S[si] = redtailBba(strat->S[si],si-1,strat);
    228228    if (TEST_OPT_INTSTRATEGY)
     
    427427    if (strat->Ll > lrmax) lrmax =strat->Ll;/*stat.*/
    428428    if (TEST_OPT_DEBUG) messageSets(strat);
    429     test_int_std(strat->kIdeal);
     429    //test_int_std(strat->kIdeal);
    430430    if (strat->Ll== 0) strat->interpt=TRUE;
    431431    if (TEST_OPT_DEGBOUND
  • Singular/kutil.cc

    re8a30d rc3c413  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.5 1997-05-21 13:05:13 obachman Exp $ */
     4/* $Id: kutil.cc,v 1.6 1997-06-09 12:21:27 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for std
     
    35453545    for (i=strat->sl; i>0; i--)
    35463546    {
    3547       if (strat->interpt) test_int_std(strat->kIdeal);
     3547      //if (strat->interpt) test_int_std(strat->kIdeal);
    35483548      strat->S[i] = redtailBba(strat->S[i],i-1,strat);
    35493549      if (TEST_OPT_INTSTRATEGY)
     
    35613561    for (i=strat->sl; i>=0; i--)
    35623562    {
    3563       if (strat->interpt) test_int_std(strat->kIdeal);
     3563      //if (strat->interpt) test_int_std(strat->kIdeal);
    35643564      strat->S[i] = redtail(strat->S[i],strat->sl,strat);
    35653565      if (TEST_OPT_INTSTRATEGY)
  • Singular/syz1.cc

    re8a30d rc3c413  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: syz1.cc,v 1.7 1997-05-18 11:13:14 Singular Exp $ */
     4/* $Id: syz1.cc,v 1.8 1997-06-09 12:21:29 Singular Exp $ */
    55/*
    66* ABSTRACT: resolutions
     
    17531753    (*index)++;
    17541754  }
     1755  if (TEST_OPT_DEGBOUND && (newdeg > Kstd1_deg))
     1756    return NULL;
    17551757  if (newdeg>*actdeg)
    17561758  {
Note: See TracChangeset for help on using the changeset viewer.