Changeset 010a14 in git for factory


Ignore:
Timestamp:
Jan 25, 2021, 4:24:49 PM (3 years ago)
Author:
Daniel Schultz <tthsqe12@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e0208dc5bee7afd80166dcd4c8631f1096d1749f
Parents:
dbb5d4a0121426033fedeabdf73eef215fa552a3
git-author:
Daniel Schultz <tthsqe12@gmail.com>2021-01-25 16:24:49+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-01-26 11:36:58+01:00
Message:
unlock more functions
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/facFqFactorize.cc

    rdbb5d4a r010a14  
    980980}
    981981
    982 #ifdef HAVE_NTL // henselLift23
     982#if defined(HAVE_NTL) || defined(HAVE_FLINT) // henselLift23
    983983CFList
    984984henselLiftAndEarly (CanonicalForm& A, CFList& MOD, int*& liftBounds, bool&
  • factory/facHensel.cc

    rdbb5d4a r010a14  
    29342934#endif
    29352935
    2936 #ifdef HAVE_NTL // nonMonicHenselLift23
     2936#if defined(HAVE_NTL) || defined(HAVE_FLINT) // nonMonicHenselLift23
    29372937CFList
    29382938nonMonicHenselLift (const CFList& eval, const CFList& factors,
Note: See TracChangeset for help on using the changeset viewer.