Changeset 8681bf in git


Ignore:
Timestamp:
Jul 23, 2012, 4:40:24 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
3ace5b6cacf35176c78dd144d681a504076ac119
Parents:
4fee0ed1233fdc5967b5508da747cc77fe30de63
git-author:
Martin Lee <martinlee84@web.de>2012-07-23 16:40:24+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-09-04 17:25:37+02:00
Message:
chg: make sure there are really enough bivariate factorizations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facFactorize.cc

    r4fee0ed r8681bf  
    764764    refineBiFactors (A, biFactors, Aeval2, evaluation, minFactorsLength);
    765765
    766   if (differentSecondVar == A.level() - 2)
     766  if (differentSecondVar == A.level() - 2 && getNumVars(LC(A,1)) == A.level()-1)
    767767  {
    768768    bool zeroOccured= false;
Note: See TracChangeset for help on using the changeset viewer.