source: git/kernel/f5c.cc @ 29af60

fieker-DuValspielwiese
Last change on this file since 29af60 was ba5e9e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main) fix: sources should include correct corresponding config headers.
  • Property mode set to 100644
File size: 880 bytes
RevLine 
[16f511]1#ifdef HAVE_CONFIG_H
[ba5e9e]2#include "singularconfig.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.