Changeset 767da0 in git


Ignore:
Timestamp:
Nov 27, 2020, 5:44:56 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
59d96dc5ae0800d0749c2576295bddb50b28870b
Parents:
57b9b61fb6e8aa792415e4b87969899d6f04dd85
Message:
fix: w/o NTL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r57b9b6 r767da0  
    925925    else //Q(a)[x1,...,xn]
    926926    {
     927      #ifdef HAVE_NTL
    927928      F= ratFactorize (f, alpha);
     929      #else
     930      factoryError ("multivariate factorization over Q(alpha) depends on NTL(missing)");
     931      return CFFList (CFFactor (f, 1));
     932      #endif
    928933    }
    929934  }
Note: See TracChangeset for help on using the changeset viewer.