Ignore:
Timestamp:
Dec 22, 2013, 11:25:06 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ca326f706fd98143096fe2915a0c449e430c157d
Parents:
88c726094b0406a43f64b51105e892d707306874
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-12-22 23:25:06+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:02+01:00
Message:
new: ttpReduce
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/gfanlib/tropical.cc

    r88c726 r5222d2a  
    55#include <bbcone.h>
    66
    7 #include <initialReduction.h>
     7#include <ppinitialReduction.h>
     8#include <ttinitialReduction.h>
    89
    910poly initial(poly p)
     
    469470  p->iiAddCproc("","reduceInitially3",FALSE,reduceInitially3);
    470471  p->iiAddCproc("","reduceInitially4",FALSE,reduceInitially4);
     472  p->iiAddCproc("","ttpReduce",FALSE,pReduce);
    471473#endif //NDEBUG
    472474  p->iiAddCproc("","reduceInitially",FALSE,reduceInitially);
Note: See TracChangeset for help on using the changeset viewer.