source: git/kernel/GBEngine/f5c.cc @ 6408aa

spielwiese
Last change on this file since 6408aa was 6408aa, checked in by Hans Schoenemann <hannes@…>, 5 years ago
fix: more simplification for omalloc/xalloc
  • Property mode set to 100644
File size: 761 bytes
RevLine 
[9f7665]1
2
3
[89f4843]4#include "kernel/mod2.h"
[d24881]5#ifdef HAVE_F5
[030573]6#include <unistd.h>
[89f4843]7#include "kernel/structs.h"
8#include "kernel/GBEngine/kutil.h"
9#include "kernel/polys.h"
10#include "polys/monomials/p_polys.h"
11#include "polys/templates/p_Procs.h"
12#include "kernel/ideals.h"
13#include "kernel/GBEngine/kstd1.h"
14#include "kernel/GBEngine/khstd.h"
15#include "polys/kbuckets.h"
16#include "polys/weight.h"
17#include "misc/intvec.h"
18#include "kernel/polys.h"
19#include "kernel/GBEngine/f5c.h"
[030573]20/*
21==========================================================================
22MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
23==========================================================================
24*/
[df638fb]25ideal f5cMain(ideal id, ring r) {
[e44367]26
27  return id;
[030573]28}
29
30#endif
[d24881]31// HAVE_F5
Note: See TracBrowser for help on using the repository browser.