source: git/kernel/f5c.cc @ b7fff1

fieker-DuValspielwiese
Last change on this file since b7fff1 was 16f511, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
  • Property mode set to 100644
File size: 872 bytes
RevLine 
[16f511]1#ifdef HAVE_CONFIG_H
[762407]2#include "config.h"
[16f511]3#endif /* HAVE_CONFIG_H */
[599326]4#include <kernel/mod2.h>
[d24881]5#ifdef HAVE_F5
[030573]6#include <unistd.h>
[599326]7#include <kernel/structs.h>
8#include <kernel/kutil.h>
[76cfef]9#include <omalloc/omalloc.h>
[737a68]10#include <kernel/polys.h>
[210e07]11#include <polys/monomials/p_polys.h>
[76cfef]12#include <polys/templates/p_Procs.h>
[599326]13#include <kernel/ideals.h>
14#include <kernel/febase.h>
15#include <kernel/kstd1.h>
16#include <kernel/khstd.h>
[210e07]17#include <polys/kbuckets.h>
[76cfef]18#include <polys/weight.h>
[210e07]19#include <misc/intvec.h>
[737a68]20#include <kernel/polys.h>
[599326]21#include <kernel/f5c.h>
22#include <kernel/timer.h>
[030573]23/*
24==========================================================================
25MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
26==========================================================================
27*/
[df638fb]28ideal f5cMain(ideal id, ring r) {
[e44367]29
30  return id;
[030573]31}
32
33#endif
[d24881]34// HAVE_F5
Note: See TracBrowser for help on using the repository browser.