This directory contains the sources, executables, examples of input ...
of two programs:

- gbas_p is the implementation of a parallel version of Buchberger's
algorithm to compute Grobner bases.

- gred is a program which, given a Grobner basis and a polynomial, returns
the normal form of this polynomial w.r.t. the Grobner basis.


Both of these programs are in the subdirectory bin. Their sources are in the
subdirectory src. Some examples of input are in the subdirectory examples.

ATTENTION : the programs have many options that you can choose by setting
flags. You can have a list of the options by running each program with the
option -h.
