The zenon rpms
  • Roff 58%
  • Gnuplot 42%
Find a file
2022-11-26 18:25:07 -07:00
.gitignore New upstream release. Drop -unsafe-string workaround. 2019-01-26 08:08:15 -07:00
README.md Version 0.8.5. Drop upstreamed -coq89 and -ocaml patches. 2021-10-21 11:32:51 -06:00
sources Version 0.8.5. Drop upstreamed -coq89 and -ocaml patches. 2021-10-21 11:32:51 -06:00
zenon-format.5 - Add documentation for Zenon and its built-in format as man pages (man 2008-07-25 19:45:12 +00:00
zenon-tptp-COM003+2.p - Initial submission 2008-07-21 16:40:45 +00:00
zenon-tptp-ReadMe - Initial submission 2008-07-21 16:40:45 +00:00
zenon.1 New upstream release. 2011-07-12 16:01:26 -06:00
zenon.spec Rebuild for coq 8.16.1. 2022-11-26 18:25:07 -07:00

zenon

Zenon is an extensible authomated theorem prover whose main claim to fame is that it produces actual proofs of theorems. Correctness is an explicit non-goal in the design of Zenon: the proof output needs to be checked by another program before the theorem is considered proved. As a consequence, Zenon is not designed for direct use by humans, but rather for interfacing into formal proof systems, such as interactive proof assistants and non-interactive proof checkers.