F4
Library for Gröebner basis computations over finite fields.
 All Classes Namespaces Files Functions Variables Friends Pages
Bug "Input polynomials must not have two different terms with the same monomial"

Verify your input polynomials.

To be sure that none of them has several terms with the same monomial you can use Sage.

For instance

results in 4*x0*x1 + 2*x1*x2.