[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:49 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 0f9b77ce2140ecbcb7541c64c7c196ac5e49c348
Author: Martin Lee <martinlee84 at web.de>
Date:   Fri Feb 10 11:52:22 2012 +0100

    chg: remove some debug output

diff --git a/factory/facBivar.cc b/factory/facBivar.cc
index f049c91..4eba695 100644
--- a/factory/facBivar.cc
+++ b/factory/facBivar.cc
@@ -539,8 +539,6 @@ CFList biFactorize (const CanonicalForm& F, const Variable& v)
   bool earlySuccess= false;
   CFList earlyFactors;
   TIMING_START (fac_hensel_lift);
-  //out_cf ("A before= ",A, "\n");
-  printf ("degree (LC (A,1))= %d\n", degree (LC (A,1)));
   //maybe one should use a multiple of LC (A,1) and try a nonmonic lifting here?
   uniFactors= henselLiftAndEarly
               (A, earlySuccess, earlyFactors, degs, liftBound,
@@ -548,17 +546,8 @@ CFList biFactorize (const CanonicalForm& F, const Variable& v)
   TIMING_END_AND_PRINT (fac_hensel_lift, "time for hensel lifting: ");
   DEBOUTLN (cerr, "lifted factors= " << uniFactors);
 
-  //printf ("earlyFactors.length()= %d\n", earlyFactors.length());
-  //printf ("liftBound after= %d\n", liftBound);
-  //printf ("earlySuccess= %d\n", earlySuccess);
   CanonicalForm MODl= power (y, liftBound);
 
-  /*CanonicalForm test= prod (uniFactors);
-  test *= LC (A,1);
-  test= mod (test, MODl);*/
-  //printf ("test == A %d\n", test == A);
-  //out_cf ("test= ", test, "\n");
-  //out_cf ("A= ", A, "\n");
   factors= factorRecombination (uniFactors, A, MODl, degs, 1,
                                 uniFactors.length()/2);
 

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list