Changeset 894604 in git for factory/facFqBivar.cc
- Timestamp:
- Nov 28, 2012, 12:58:24 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- c49e6ff67dcc4fd9d834166f973fd81fbc6cec2b
- Parents:
- 308a766afffc51141b50332c5e1b2d3849433dce
- git-author:
- Martin Lee <martinlee84@web.de>2012-11-28 12:58:24+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-11-30 17:24:27+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFqBivar.cc
r308a766 r894604 6459 6459 int factorsFound= 0; 6460 6460 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) 6461 reconstructionTry (result, bufF, bufUniFactors, degree (F) + 1 + degree6462 #ifdef HAVE_FLINT 6463 (LCF),factorsFound, factorsFoundIndex, FLINTN, false6464 #else 6465 (LCF),factorsFound, factorsFoundIndex, NTLN, false6461 reconstructionTry (result, bufF, bufUniFactors, degree (F) + 1, 6462 #ifdef HAVE_FLINT 6463 factorsFound, factorsFoundIndex, FLINTN, false 6464 #else 6465 factorsFound, factorsFoundIndex, NTLN, false 6466 6466 #endif 6467 6467 ); 6468 6468 else 6469 reconstructionTry (result, bufF, bufUniFactors, degree (F) + 1 + degree6470 (LCF),factorsFound, factorsFoundIndex, NTLNe, false6469 reconstructionTry (result, bufF, bufUniFactors, degree (F) + 1, 6470 factorsFound, factorsFoundIndex, NTLNe, false 6471 6471 ); 6472 6472 if (alpha.level() == 1 || (alpha.level() != 1 && reduceFq2Fp)) … … 6895 6895 { 6896 6896 result= Union (result, smallFactors); 6897 CanonicalForm MODl= power (y, degree (F) + 1 + degree (LC (F, 1)));6897 CanonicalForm MODl= power (y, degree (F) + 1); 6898 6898 delete [] bounds; 6899 6899 return Union (result, factorRecombination (bufUniFactors, F, MODl, degs, 1, … … 7148 7148 return Union (smallFactors, extFactorRecombination 7149 7149 (bufUniFactors, F, 7150 power (y, degree (F) + 1 + degree (LCF)),info,7150 power (y, degree (F) + 1),info, 7151 7151 degs, evaluation, 1, bufUniFactors.length()/2 7152 7152 ) … … 7201 7201 int factorsFound= 0; 7202 7202 7203 extReconstructionTry (result, bufF, bufUniFactors, degree (F) + 1 + degree7204 (LCF),factorsFound, factorsFoundIndex, NTLN, false,7203 extReconstructionTry (result, bufF, bufUniFactors, degree (F) + 1, 7204 factorsFound, factorsFoundIndex, NTLN, false, 7205 7205 info, evaluation 7206 7206 ); … … 7397 7397 { 7398 7398 result= Union (result, smallFactors); 7399 CanonicalForm MODl= power (y, degree (F) + 1 + degree (LC (F, 1)));7399 CanonicalForm MODl= power (y, degree (F) + 1); 7400 7400 delete [] bounds; 7401 7401 return Union (result, extFactorRecombination (bufUniFactors, F, MODl, info,
Note: See TracChangeset
for help on using the changeset viewer.