Skip to content

ederc/gb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

002c79c · Nov 10, 2020
Dec 22, 2017
Oct 3, 2019
Jan 17, 2020
Oct 22, 2019
Dec 22, 2017
Oct 6, 2019
Dec 15, 2016
Nov 13, 2015
Nov 13, 2015
Nov 13, 2015
Nov 10, 2020
Nov 13, 2015
Oct 6, 2019
Oct 6, 2019
Nov 13, 2015
Jan 20, 2020
Nov 16, 2015

Repository files navigation

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.