Changeset c1ea88 in git
- Timestamp:
- Aug 20, 2012, 11:45:30 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- f3ff226911c2211a0612291dafa15b1ca30425ad
- Parents:
- 397c12abe4be804e84f8786fb4da1e8fd1d25be6
- git-author:
- Martin Lee <martinlee84@web.de>2012-08-20 11:45:30+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-09-04 18:01:18+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
r397c12 rc1ea88 935 935 bufBiFactors= biFactors; 936 936 bufA= A; 937 CanonicalForm bufLCmultiplier= LCmultiplier; 937 938 CFList bufFactors= CFList(); 938 939 bool LCheuristic= false; … … 1179 1180 } 1180 1181 factors= CFList(); 1182 if (!fdivides (LC (oldA,1),prod (leadingCoeffs2[A.level()-3]))) 1183 { 1184 LCheuristic= false; 1185 A= bufA; 1186 biFactors= bufBiFactors; 1187 leadingCoeffs2[A.level()-3]= bufLeadingCoeffs2; 1188 LCmultiplier= bufLCmultiplier; 1189 } 1181 1190 } 1182 1191 else
Note: See TracChangeset
for help on using the changeset viewer.