My Project  debian-1:4.1.1-p2+ds-4build1
Functions
f5c.cc File Reference
#include "kernel/mod2.h"
#include <unistd.h>
#include "kernel/structs.h"
#include "kernel/GBEngine/kutil.h"
#include "omalloc/omalloc.h"
#include "kernel/polys.h"
#include "polys/monomials/p_polys.h"
#include "polys/templates/p_Procs.h"
#include "kernel/ideals.h"
#include "kernel/GBEngine/kstd1.h"
#include "kernel/GBEngine/khstd.h"
#include "polys/kbuckets.h"
#include "polys/weight.h"
#include "misc/intvec.h"
#include "kernel/GBEngine/f5c.h"

Go to the source code of this file.

Functions

ideal f5cMain (ideal id, ring r)
 main function of the F5C implementation in SINGULAR More...
 

Function Documentation

◆ f5cMain()

ideal f5cMain ( ideal  i,
ring  r 
)

main function of the F5C implementation in SINGULAR

INPUT: Ideal i for which a groebner basis should be computed; ring r. OUTPUT: ideal g (the groebner basis of i computed via F5C)

Definition at line 26 of file f5c.cc.

26  {
27 
28  return id;
29 }