source: git/kernel/f5c.cc @ 7b25fe

spielwiese
Last change on this file since 7b25fe was d24881, checked in by Christian Eder, 13 years ago
1. deletes HAVE_F5C 2. updates F5 files in kernel
  • Property mode set to 100644
File size: 811 bytes
Line 
1#include <kernel/mod2.h>
2#ifdef HAVE_F5
3#include <unistd.h>
4#include <kernel/structs.h>
5#include <kernel/kutil.h>
6#include <omalloc/omalloc.h>
7#include <polys/polys.h>
8#include <polys/monomials/p_polys.h>
9#include <polys/templates/p_Procs.h>
10#include <kernel/ideals.h>
11#include <kernel/febase.h>
12#include <kernel/kstd1.h>
13#include <kernel/khstd.h>
14#include <polys/kbuckets.h>
15#include <polys/weight.h>
16#include <misc/intvec.h>
17#include <libpolys/polys/polys.h>
18#include <kernel/f5c.h>
19#include <kernel/timer.h>
20/*
21==========================================================================
22MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
23==========================================================================
24*/
25ideal f5cMain(ideal id, ring r) {
26
27  return id;
28}
29
30#endif
31// HAVE_F5
Note: See TracBrowser for help on using the repository browser.