Home

Awesome

<!--- This file was generated from `meta.yml`, please do not edit manually. Follow the instructions on https://github.com/coq-community/templates to regenerate. --->

hanoi

Docker CI

Hanoi tower in Coq

FileContent
extraExtra theorems from the standard library
gdistDistance in a graph
ghanoiGeneral Hanoi framework
ghanoi3General Hanoi framework with 3 pegs
lhanoi3Linear Hanoi tower with 3 pegs
rhanoi3Regular Hanoi tower with 3 pegs
triangularTheorems about triangular numbers
phiTheorems about the Φ function
psiTheorems about the Ψ function
ghanoi4General Hanoi framework with 4 pegs
rhanoi4Regular Hanoi tower with 4 pegs
starSome maths for the shanoi
shanoiHanoi tower in star
shanoi4Hanoi tower with 4 pegs in star

A note about this development is available here.

An interactive version of the library is available here.

Meta

Building and installation instructions

To build and install manually, do:

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