Skip to content

Commit

Permalink
update README and NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Oct 13, 2023
1 parent cfe03a0 commit 0844871
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
NOTES
-----

- instrumenting BETA_CONV reduces the number of proof steps of `hol.ml` by 0.1% only

- instrumenting SYM reduces the number of proof steps of `hol.ml` by 4%

- replacing ALPHA by REFL reduces the number of proof steps of `hol_upto_arith` from 405621 to 324391 (-20%)!
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,14 @@ Multi-threaded translation to Dedukti with `mk 1000` and `-j 7`:
* dkcheck is unable to check the generated dk file on my laptop for lack of memory (I have only 32 Go RAM and the process is stopped after 11m16s)

Results for `hol.ml` up to `arith.ml` with `mk 7` and `-j 7` (by commenting from `loads "wf.ml"` to the end):
* proof dumping time: 11.7s 82 Mo
* number of proof steps: 324 K
* dk file generation: 6.6s 82 Mo
* checking time with dk check: 13.6s
* lp file generation: 3.7s 56 Mo
* proof dumping time: 12s 77 Mo
* number of proof steps: 302 K
* dk file generation: 6s 76 Mo
* checking time with dk check: 13s
* lp file generation: 4s 52 Mo
* checking time with lambdapi: 1m22s (1m30s with `-c`)
* translation to Coq: 2.8s 52 Mo
* checking time for Coq 8.17.1: 3m59s
* checking time for Coq 8.18.0: 4m34s

Exporting pure Q0 proofs
------------------------
Expand Down

0 comments on commit 0844871

Please sign in to comment.