Changeset 071393 in git


Ignore:
Timestamp:
Jun 2, 2021, 6:19:40 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
78ae45f623c4cdc864bf68e57785c2b116b0cded
Parents:
292b6572a45e1b64dfbf5fe30500439af95a5d51
Message:
improve liftStd via slimgb: remove syzygies if IDLIFT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgb.cc

    r292b65 r071393  
    28502850    if(!h)
    28512851      continue;
     2852
     2853    if(TEST_OPT_IDLIFT
     2854    && p_GetComp(h, currRing) > c->syz_comp)
     2855    {
     2856      pDelete(&h);
     2857      continue;
     2858    }
     2859
    28522860    p[i] = h;
    28532861    i++;
Note: See TracChangeset for help on using the changeset viewer.