File tree Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/math-comp/multinomials.svg?branch=master )] ( https://travis-ci.org/math-comp/multinomials )
2
-
3
- A Coq/SSReflect Library for Monoidal Rings && Multinomials
1
+ A Multivariate polynomial Library for the Mathematical Components Library
4
2
========================================================================
5
3
6
- This library is based on SSReflect/MathComp Library version >= 1.8.
4
+ This library provides a library for monomial algebra,for multivariate
5
+ polynomials over ring structures and an extended theory for
6
+ polynomials whose coefficients range over commutative rings and
7
+ integral domains.
8
+
9
+ Building and installation instructions
10
+ ------------------------------------------------------------------------
11
+
12
+ The easiest way to install the latest released version this library is
13
+ via [ OPAM] ( https://opam.ocaml.org/doc/Install.html ) :
14
+
15
+ ``` shell
16
+ opam repo add coq-released https://coq.inria.fr/opam/released
17
+ opam install coq-mathcomp-multinomials
18
+ ```
7
19
8
- It can be installed from the unstable Coq opam repository :
20
+ If you want to install it manually, do :
9
21
10
- https://coq.inria.fr/howto-opam
22
+ ``` shell
23
+ git clone https://github.com/math-comp/multinomials.git
24
+ cd multinomials
25
+ make # or make -j <number-of-cores-on-your-machine>
26
+ make install
27
+ ```
11
28
12
29
Authors
13
30
========================================================================
You can’t perform that action at this time.
0 commit comments