Changeset c08510 in git


Ignore:
Timestamp:
Feb 10, 2012, 11:52:22 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
64b8244955360904656883f8cc313e5776722e11
Parents:
81d96cef80a045a0f0adf2d6e851d67d9d72074e
git-author:
Martin Lee <martinlee84@web.de>2012-02-10 11:52:22+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:25+02:00
Message:
chg: remove some debug output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.cc

    r81d96c rc08510  
    542542  CFList earlyFactors;
    543543  TIMING_START (fac_hensel_lift);
    544   //out_cf ("A before= ",A, "\n");
    545   printf ("degree (LC (A,1))= %d\n", degree (LC (A,1)));
    546544  //maybe one should use a multiple of LC (A,1) and try a nonmonic lifting here?
    547545  uniFactors= henselLiftAndEarly
     
    551549  DEBOUTLN (cerr, "lifted factors= " << uniFactors);
    552550
    553   //printf ("earlyFactors.length()= %d\n", earlyFactors.length());
    554   //printf ("liftBound after= %d\n", liftBound);
    555   //printf ("earlySuccess= %d\n", earlySuccess);
    556551  CanonicalForm MODl= power (y, liftBound);
    557552
    558   /*CanonicalForm test= prod (uniFactors);
    559   test *= LC (A,1);
    560   test= mod (test, MODl);*/
    561   //printf ("test == A %d\n", test == A);
    562   //out_cf ("test= ", test, "\n");
    563   //out_cf ("A= ", A, "\n");
    564553  factors= factorRecombination (uniFactors, A, MODl, degs, 1,
    565554                                uniFactors.length()/2);
Note: See TracChangeset for help on using the changeset viewer.