Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thery/lemonde

les problèmes proposés par le journal Le Monde en Coq
https://github.com/thery/lemonde

coq coq-formalization french mathematic problem-solving

Last synced: 3 months ago
JSON representation

les problèmes proposés par le journal Le Monde en Coq

Awesome Lists containing this project

README

        

# lemonde

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/thery/lemonde/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/lemonde/actions/workflows/docker-action.yml

Les énigmes du Monde

Une tentative de formaliser en Coq les problèmes proposés par le journal
Le Monde en 2013 comme énigmes mathématiques.

[Les vidéos](http://www-sop.inria.fr/marelle/Laurent.Thery/LeMonde/index.html)

## Meta

- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.9 or later
- Additional dependencies:
- [MathComp ssreflect 2.2.0 or later](https://math-comp.github.io)
- [MathComp fingroup 2.2.0 or later](https://math-comp.github.io)
- [MathComp algebra 2.2.0 or later](https://math-comp.github.io)
- Coq namespace: `lemonde`
- Related publication(s): none

## Building and installation instructions

To build and install manually, do:

``` shell
git clone https://github.com/thery/lemonde.git
cd lemonde
make # or make -j
make install
```