Changeset f478f5b in git


Ignore:
Timestamp:
Jul 19, 2011, 5:43:11 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f0a8c590c5ba49e8fbdeae1fedd1d5686c1ac135
Parents:
c6e80e954fd691ab249fd985e35fbd2b62c04260
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 17:43:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:52:42+01:00
Message:
includes for tgb.cc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gmp.h

    rc6e80e rf478f5b  
    1 #ifndef CF_GMP_H
    2 #define CF_GMP_H
     1#ifndef SI_GMP_H
     2#define SI_GMP_H
    33
    44
     
    1515
    1616
    17 #endif /* CF_GMP_H */
     17#endif /* SI_GMP_H */
  • kernel/tgb.cc

    rc6e80e rf478f5b  
    1616///@TODO: no tail reductions in syz comp
    1717#include <kernel/mod2.h>
    18 #include <misc/options.h>
    1918#include <kernel/tgb.h>
    2019#include <kernel/tgb_internal.h>
    2120#include <kernel/tgbgauss.h>
    2221
     22#include <misc/options.h>
    2323#include <kernel/digitech.h>
    2424#include <polys/nc/nc.h>
     
    2626#include <polys/prCopy.h>
    2727#include <kernel/longrat.h>
    28 #include <kernel/modulop.h>
     28#include <coeffs/modulop.h>
    2929#include <stdlib.h>
    3030#include <stdio.h>
  • kernel/tgb_internal.h

    rc6e80e rf478f5b  
    99 * ABSTRACT: tgb internal .h file
    1010*/
    11 #include <omalloc/omalloc.h>
    12 #include <polys/monomials/p_polys.h>
    13 
    14 #include <kernel/ideals.h>
    15 #include <polys/monomials/ring.h>
    16 #include <kernel/febase.h>
    17 #include <misc/options.h>
    18 #include <polys/polys.h>
    19 #include <stdlib.h>
    20 #include <kernel/modulop.h>
    2111#define USE_NORO 1
    2212
    2313
     14//#define TGB_DEBUG
     15#define FULLREDUCTIONS
     16#define HANS_IDEA
     17//#define HALFREDUCTIONS
     18//#define HEAD_BIN
     19//#define HOMOGENEOUS_EXAMPLE
     20#define REDTAIL_S
     21#define PAR_N 100
     22#define PAR_N_F4 5000
     23#define AC_NEW_MIN 2
     24#define AC_FLATTEN 1
     25
     26//#define FIND_DETERMINISTIC
     27//#define REDTAIL_PROT
     28//#define QUICK_SPOLY_TEST
    2429#ifdef USE_NORO
    2530#define NORO_CACHE 1
     
    4752using std::vector;
    4853#endif
     54
     55#include <omalloc/omalloc.h>
     56#include <polys/monomials/p_polys.h>
     57
     58#include <kernel/ideals.h>
     59#include <polys/monomials/ring.h>
     60#include <kernel/febase.h>
     61#include <misc/options.h>
     62#include <polys/polys.h>
     63#include <stdlib.h>
     64#include <kernel/modulop.h>
    4965#include <kernel/kutil.h>
    5066#include <kernel/kInline.cc>
     
    5268#include <polys/kbuckets.h>
    5369
    54 
    55 
    56 
    57 //#define TGB_DEBUG
    58 #define FULLREDUCTIONS
    59 #define HANS_IDEA
    60 //#define HALFREDUCTIONS
    61 //#define HEAD_BIN
    62 //#define HOMOGENEOUS_EXAMPLE
    63 #define REDTAIL_S
    64 #define PAR_N 100
    65 #define PAR_N_F4 5000
    66 #define AC_NEW_MIN 2
    67 #define AC_FLATTEN 1
    68 
    69 //#define FIND_DETERMINISTIC
    70 //#define REDTAIL_PROT
    71 //#define QUICK_SPOLY_TEST
    72 class PolySimple{
     70class PolySimple
     71{
    7372public:
    7473  PolySimple(poly p)
Note: See TracChangeset for help on using the changeset viewer.