Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.33 KB

README.md

File metadata and controls

63 lines (47 loc) · 2.33 KB

Cylindical Algbebraic Decomposition

Docker CI

This library contains a formal proof of Collins' Cylindical Aglebraic Decomposition, using the Mathematical Components Library.

Meta

Building and installation instructions

The easiest way to install the latest released version of Cylindical Algbebraic Decomposition is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-cad

To instead build and install manually, do:

git clone https://github.com/math-comp/cad.git
cd cad
make   # or make -j <number-of-cores-on-your-machine> 
make install