source: git/kernel/f5c.cc @ 3a0e1a

fieker-DuValspielwiese
Last change on this file since 3a0e1a was ae625f, checked in by Christian Eder, 15 years ago
getting all this renaming stuff done git-svn-id: file:///usr/local/Singular/svn/trunk@11934 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 719 bytes
Line 
1#include "mod2.h"
2#ifdef HAVE_F5C
3#include <unistd.h>
4#include "structs.h"
5#include "kutil.h"
6#include "omalloc.h"
7#include "polys.h"
8#include "p_polys.h"
9#include "p_Procs.h"
10#include "ideals.h"
11#include "febase.h"
12#include "kstd1.h"
13#include "khstd.h"
14#include "kbuckets.h"
15#include "weight.h"
16#include "intvec.h"
17#include "pInline1.h"
18#include "f5c.h"
19#include "F5cData.h"
20#include "F5cLists.h"
21#include "timer.h"
22/*
23==========================================================================
24MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
25==========================================================================
26*/
27ideal f5cMain(ideal id, ring r) {
28    return id;
29}
30
31#endif
32// HAVE_F5C
Note: See TracBrowser for help on using the repository browser.