Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Dec 28, 2020
1 parent d419332 commit 4db9d2f
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
[![Build Status](https://travis-ci.org/math-comp/multinomials.svg?branch=master)](https://travis-ci.org/math-comp/multinomials)

A Coq/SSReflect Library for Monoidal Rings && Multinomials
A Multivariate polynomial Library for the Mathematical Components Library
========================================================================

This library is based on SSReflect/MathComp Library version >= 1.8.
This library provides a library for monomial algebra,for multivariate
polynomials over ring structures and an extended theory for
polynomials whose coefficients range over commutative rings and
integral domains.

Building and installation instructions
------------------------------------------------------------------------

The easiest way to install the latest released version this library is
via [OPAM](https://opam.ocaml.org/doc/Install.html):

```shell
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-multinomials
```

It can be installed from the unstable Coq opam repository:
If you want to install it manually, do:

https://coq.inria.fr/howto-opam
``` shell
git clone https://github.com/math-comp/multinomials.git
cd multinomials
make # or make -j <number-of-cores-on-your-machine>
make install
```

Authors
========================================================================
Expand Down

0 comments on commit 4db9d2f

Please sign in to comment.