Changeset e2dd6e in git for Singular/walk.cc


Ignore:
Timestamp:
Apr 30, 2013, 11:18:19 PM (11 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b79fd76a535a05f415a6fd8c00ffbff7f2d2a32d
Parents:
232a34c254032045d3fbc55b3c260a4044ccd608f1d88ec2c56f693af48faa279e80b42e6d11b48b
Message:
Merge branch 'spielwiese' of github.com:mschulze/Sources into spielwiese
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/walk.cc

    rf1d88e re2dd6e  
    41234123    if(test_G_GB_walk(H0_tmp,H1)==1)
    41244124    {
    4125       Print("\n//REC_GB_Mwalk: input in %d-th recursive is a GB!\n",tp_deg);
     4125      //Print("\n//REC_GB_Mwalk: input in %d-th recursive is a GB!\n",tp_deg);
    41264126      idDelete(&H0_tmp);
    41274127      idDelete(&H1);
     
    41574157      goto NEXT_STEP;
    41584158    }
    4159     Print("\n//REC_GB_Mwalk: Entering the %d-th step in the %d-th recursive:\n",nwalk,tp_deg);
     4159    //Print("\n//REC_GB_Mwalk: Entering the %d-th step in the %d-th recursive:\n",nwalk,tp_deg);
    41604160    to = clock();
    41614161    // compute an initial form ideal of <G> w.r.t. "curr_vector"
     
    42424242    if(Overflow_Error == TRUE)
    42434243    {
    4244       PrintS("\n//REC_GB_Mwalk: The computed vector does NOT stay in the correct cone!!\n");
     4244      //PrintS("\n//REC_GB_Mwalk: The computed vector does NOT stay in the correct cone!!\n");
    42454245      nnwinC = 0;
    42464246      if(tp_deg == nV)
     
    77907790        tproc = clock()-xftinput;
    77917791       
    7792         Print("\n//  main routine takes %d steps and calls \"Mpwalk\" (1,%d):", nwalk,  tp_deg);
     7792        //Print("\n//  main routine takes %d steps and calls \"Mpwalk\" (1,%d):", nwalk,  tp_deg);
    77937793       
    77947794        // compute the red. GB of <G> w.r.t. the lex order by the "recursive-modified" perturbation walk alg (1,tp_deg)
Note: See TracChangeset for help on using the changeset viewer.