diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-04-22 17:32:02 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-04-22 17:32:02 +0200 |
commit | 870e1cc1ea14fe43ae50e47828ac760e760ad93a (patch) | |
tree | c104575c2cfaf1a8c2990a7223ebf10bed4a7a4f /README.md | |
parent | 2ad36ac2079cc9be06d080d63204bc194375cf02 (diff) | |
download | chadprover-870e1cc1ea14fe43ae50e47828ac760e760ad93a.tar.gz chadprover-870e1cc1ea14fe43ae50e47828ac760e760ad93a.tar.bz2 chadprover-870e1cc1ea14fe43ae50e47828ac760e760ad93a.zip |
did a bunch of stuff
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +# Chadprover + +## Overview + +Experimentation with automated proofs. + + +## Useful Commands + +- `dune build` to build the project +- `dune test` to run tests +- `dune exec power_prover` to execute the program + + +## Project Log + +### Dune Setup + +- `dune init proj power_prover` to create project directory (we rename the base dir as *PowerProver*) + + +## Resources + +- https://dune.readthedocs.io/en/latest/quick-start.html +- https://ocaml.org/docs/compiling-ocaml-projects +- https://aantron.github.io/dream/ |