Changeset 91ce59 in git
- Timestamp:
- Jul 19, 2013, 5:20:53 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- f377d6d17c096643dc3242eba4b6200ae3630eb3
- Parents:
- 5e03fb4e472ba218e89b7a882ab8398f47f1d5ad
- git-author:
- Martin Lee <martinlee84@web.de>2013-07-19 17:20:53+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-07-22 15:49:54+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facAbsFact.cc
r5e03fb r91ce59 516 516 bool earlySuccess= false; 517 517 CFList earlyFactors; 518 TIMING_START (fac_bi_hensel_lift);519 518 uniFactors= henselLiftAndEarly 520 519 (F, earlySuccess, earlyFactors, degs, liftBound, 521 520 uniFactors, dummy, evaluation, b, den); 522 TIMING_END_AND_PRINT (fac_bi_hensel_lift,523 "time for bivariate hensel lifting over Q: ");524 521 DEBOUTLN (cerr, "lifted factors= " << uniFactors); 525 522 … … 532 529 CFList biFactors; 533 530 534 TIMING_START (fac_bi_factor_recombination);535 531 biFactors= factorRecombination (uniFactors, F, MODl, degs, evaluation, 1, 536 532 uniFactors.length()/2, b, den); 537 TIMING_END_AND_PRINT (fac_bi_factor_recombination,538 "time for bivariate factor recombination over Q: ");539 533 540 534 On (SW_RATIONAL);
Note: See TracChangeset
for help on using the changeset viewer.