My Project  debian-1:4.1.2-p1+ds-2
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"
9 #include "kernel/polys.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"
20 /*
21 ==========================================================================
22 MAIN:computes a gb of the ideal i in the ring r with our F5 implementation
23 ==========================================================================
24 */
25 ideal f5cMain(ideal id, ring r) {
26 
27  return id;
28 }
29 
30 #endif
31 // HAVE_F5
ideal f5cMain(ideal id, ring r)
main function of the F5C implementation in SINGULAR
Definition: f5c.cc:25
Compatiblity layer for legacy polynomial operations (over currRing)