Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 618 Bytes

File metadata and controls

21 lines (16 loc) · 618 Bytes

gb

Build Status

Overview

gb is a library for Groebner basis computations. At the moment only Faugere's F4 Algorithm is available for computations over finite fields and the rationals.

Fast Install Instructions

Using autotools one can compile and install gb by

  • ./autogen.sh
  • ./configure
  • make
  • make install

Interfaces

The package GB.jl at https://github.com/ederc/GB.jl provides a julia interface for calling gb. If you want to write your own interface to gb you can use GB.jl as a blueprint.