Ignore:
Timestamp:
Aug 6, 2019, 3:21:38 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
695288e2d57e72ad6969a3bdcc02d8d019857a56
Parents:
48f20b0402356f0f7fa136772209441b8b6d869cf006a1a0d5b28b1d503bf27a7ce5902096a20eba
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-08-06 15:21:38+02:00
git-committer:
GitHub <noreply@github.com>2019-08-06 15:21:38+02:00
Message:
Merge pull request #944 from kabouzeid/lp_syzygies

Lp syzygies (work in progress)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/ring.cc

    r48f20b r9102bb  
    432432  if (rIsLPRing(r))
    433433  {
    434     Print("\n// letterplace ring (block size %d)",r->isLPring);
     434    Print("\n// letterplace ring (block size %d, ncgen count %d)",r->isLPring, r->LPncGenCount);
    435435  }
    436436#endif
     
    13931393#ifdef HAVE_SHIFTBBA
    13941394  res->isLPring=r->isLPring; /* 0 for non-letterplace rings, otherwise the number of LP blocks, at least 1, known also as lV */
     1395  res->LPncGenCount=r->LPncGenCount;
    13951396#endif
    13961397
     
    15221523#ifdef HAVE_SHIFTBBA
    15231524  res->isLPring=r->isLPring; /* 0 for non-letterplace rings, otherwise the number of LP blocks, at least 1, known also as lV */
     1525  res->LPncGenCount=r->LPncGenCount;
    15241526#endif
    15251527
     
    16671669  #ifdef HAVE_SHIFTBBA
    16681670  if (r1->isLPring!=r2->isLPring) return FALSE;
     1671  if (r1->LPncGenCount!=r2->LPncGenCount) return FALSE;
    16691672  #endif
    16701673
Note: See TracChangeset for help on using the changeset viewer.