-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yml
89 lines (70 loc) · 2.68 KB
/
meta.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
fullname: hanoi
shortname: hanoi
organization: thery
community: false
dune: false
action: true
synopsis: Hanoi tower in Coq
description: |-
Hanoi tower in Coq
| File | Content |
| --------------------------------- | -----------------------------------------|
| [extra](./extra.v) | Extra theorems from the standard library |
| [gdist](./gdist.v) | Distance in a graph |
| [ghanoi](./ghanoi.v) | General Hanoi framework |
| [ghanoi3](./ghanoi3.v) | General Hanoi framework with 3 pegs |
| [lhanoi3](./lhanoi3.v) | Linear Hanoi tower with 3 pegs |
| [rhanoi3](./rhanoi3.v) | Regular Hanoi tower with 3 pegs |
| [triangular](./triangular.v) | Theorems about triangular numbers |
| [phi](./phi.v) | Theorems about the Φ function |
| [psi](./psi.v) | Theorems about the Ψ function |
| [ghanoi4](./ghanoi4.v) | General Hanoi framework with 4 pegs |
| [rhanoi4](./rhanoi4.v) | Regular Hanoi tower with 4 pegs |
| [star](./star.v) | Some maths for the shanoi |
| [shanoi](./shanoi.v) | Hanoi tower in star |
| [shanoi4](./shanoi4.v) | Hanoi tower with 4 pegs in star |
A note about this development is available
[here](https://hal.inria.fr/hal-02903548).
An interactive version of the library is available
[here](https://thery.github.io/hanoi/index.html).
authors:
- name: Laurent Théry
maintainers:
- name: Laurent Théry
nickname: thery
opam-file-maintainer: thery@sophia.inria.fr
license:
fullname: MIT License
identifier: MIT
supported_coq_versions:
text: '8.18 or later'
opam: '{(>= "8.18")}'
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "2.1.0")}'
description: |-
[MathComp ssreflect 2.1 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{(>= "2.1.0")}'
description: |-
[MathComp algebra 2.1 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-finmap
version: '{(>= "2.0.0")}'
description: |-
[MathComp finmap 2.0 or later](https://github.com/math-comp/finmap)
- opam:
name: coq-mathcomp-bigenough
version: '{(>= "1.0.1")}'
description: |-
[MathComp bigenough 1.0.1 or later](https://github.com/math-comp/finmap)
tested_coq_opam_versions:
- version: '2.1.0-coq-8.18'
repo: 'mathcomp/mathcomp'
namespace: hanoi
keywords:
- name: hanoi tower
---