Changeset 98d6c3 in git for factory/facBivar.cc


Ignore:
Timestamp:
May 31, 2012, 3:45:28 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
510dbc222823c06af5c391eca075c45c04553e14
Parents:
06c0b34bdca32ebe70f5b9ed855251d51dbb263e17642b3261157040015bc8ef3c5a395ba70f33cb
Message:
Merge pull request #124 from mmklee/changes_sw

Changes sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.cc

    r06c0b3 r98d6c3  
    2727
    2828#ifdef HAVE_NTL
    29 TIMING_DEFINE_PRINT(uni_factorize)
    30 TIMING_DEFINE_PRINT(hensel_lift12)
     29TIMING_DEFINE_PRINT(fac_uni_factorizer)
     30TIMING_DEFINE_PRINT(fac_bi_hensel_lift)
     31TIMING_DEFINE_PRINT(fac_bi_factor_recombination)
    3132
    3233// bound on coeffs of f (cf. Musser: Multivariate Polynomial Factorization,
     
    705706  bool earlySuccess= false;
    706707  CFList earlyFactors;
    707   TIMING_START (fac_hensel_lift);
     708  TIMING_START (fac_bi_hensel_lift);
    708709  uniFactors= henselLiftAndEarly
    709710              (A, earlySuccess, earlyFactors, degs, liftBound,
    710711               uniFactors, dummy, evaluation, b);
    711   TIMING_END_AND_PRINT (fac_hensel_lift, "time for hensel lifting: ");
     712  TIMING_END_AND_PRINT (fac_bi_hensel_lift, "time for hensel lifting: ");
    712713  DEBOUTLN (cerr, "lifted factors= " << uniFactors);
    713714
Note: See TracChangeset for help on using the changeset viewer.