kernel
GBEngine
f5c.cc
Go to the documentation of this file.
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
==========================================================================
23
MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
24
==========================================================================
25
*/
26
ideal
f5cMain
(ideal
id
, ring
r
) {
27
28
return
id;
29
}
30
31
#endif
32
// HAVE_F5
p_Procs.h
structs.h
f5cMain
ideal f5cMain(ideal id, ring r)
main function of the F5C implementation in SINGULAR
Definition:
f5c.cc:26
mod2.h
polys.h
Compatiblity layer for legacy polynomial operations (over currRing)
p_polys.h
kutil.h
kbuckets.h
f5c.h
r
const ring r
Definition:
syzextra.cc:208
weight.h
kstd1.h
omalloc.h
khstd.h
ideals.h
intvec.h
Generated on Sun Apr 9 2017 15:30:03 by
doxygen 1.8.13
for
Singular UNKNOWN_GIT_VERSION