Skip to content

Commit 57fae92

Browse files
committed
fix README, INSTALL
1 parent 6e5b249 commit 57fae92

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ opam install coq-mathcomp-analysis
5050
```
5151
To install a precise version, type, say
5252
```
53-
$ opam install coq-mathcomp-analysis.1.14.0
53+
$ opam install coq-mathcomp-analysis.1.15.0
5454
```
5555
4. Everytime you want to work in this same context, you need to type
5656
```

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ make install
6262

6363
Each file is documented in its header in ASCII.
6464

65-
[HTML rendering of the source code](https://math-comp.github.io/analysis/htmldoc_1_14_0/index.html) (using [`rocqnavi`](https://github.com/affeldt-aist/rocqnavi)).
65+
[HTML rendering of the source code](https://math-comp.github.io/analysis/htmldoc/1_15_0/index.html) (using [`rocqnavi`](https://github.com/affeldt-aist/rocqnavi)).
6666
It includes inheritance diagrams for the mathematical structures that MathComp-Analysis adds on top of MathComp's ones.
6767

6868
Overview presentations:
@@ -97,6 +97,8 @@ Other work using MathComp-Analysis:
9797
- [Semantics of Probabilistic Programs using s-Finite Kernels in Dependent Type Theory](https://dl.acm.org/doi/pdf/10.1145/3732291) (2025)
9898
- [A Formal Foundation for Equational Reasoning on Probabilistic Programs](https://staff.aist.go.jp/reynald.affeldt/documents/eddy_aplas2025.pdf) (2025)
9999
doi:[10.1007/978-981-95-3585-9_3](https://doi.org/10.1007/978-981-95-3585-9_3)
100+
- [Cylindrical Algebraic Decomposition in Coq/Rocq](https://dl.acm.org/doi/epdf/10.1145/3779031.3779100) (2026)
101+
doi:[3779031.3779100](https://doi.org/10.1145/3779031.3779100)
100102

101103
## About the stability of this library
102104

0 commit comments

Comments
 (0)