Changeset cf02b22 in git for libpolys/polys/monomials/monomials.cc
- Timestamp:
- Apr 14, 2011, 2:44:09 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2f5936105b139a5635034b6eb233c5405b3e3e29
- Parents:
- 72015634c9aa4b237c52f66b5528b431f59c3c5c
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-14 14:44:09+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:34+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/monomials/monomials.cc
r720156 rcf02b22 83 83 // exp1 / exp2 ==> (ev1 & ~ev2) == 0, i.e., 84 84 // if (ev1 & ~ev2) then exp1 does not divide exp2 85 unsigned long p_GetShortExpVector(poly p, ring r)85 unsigned long p_GetShortExpVector(poly p, const ring r) 86 86 { 87 87 assume(p != NULL);
Note: See TracChangeset
for help on using the changeset viewer.