source: git/kernel/GBEngine/f5c.cc @ f9b0bd

fieker-DuValspielwiese
Last change on this file since f9b0bd was 4676d5, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved timer.*, feread.cc and febase.* from /kernel/ to /Singular/ (also corrected the option(prot); handling) NOTE: also removes line breakes and timings in the output due to option (prot), which were unaccounted and undocumented
  • Property mode set to 100644
File size: 790 bytes
Line 
1
2
3
4#include <kernel/mod2.h>
5#ifdef HAVE_F5
6#include <unistd.h>
7#include <kernel/structs.h>
8#include <kernel/GBEngine/kutil.h>
9#include <omalloc/omalloc.h>
10#include <kernel/polys.h>
11#include <polys/monomials/p_polys.h>
12#include <polys/templates/p_Procs.h>
13#include <kernel/ideals.h>
14#include <kernel/GBEngine/kstd1.h>
15#include <kernel/GBEngine/khstd.h>
16#include <polys/kbuckets.h>
17#include <polys/weight.h>
18#include <misc/intvec.h>
19#include <kernel/polys.h>
20#include <kernel/GBEngine/f5c.h>
21/*
22==========================================================================
23MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
24==========================================================================
25*/
26ideal f5cMain(ideal id, ring r) {
27
28  return id;
29}
30
31#endif
32// HAVE_F5
Note: See TracBrowser for help on using the repository browser.