Awesome
CoqHammer (dev) for Coq master (use other branches for other versions of Coq)
CoqHammer video tutorial: part 1 (sauto), part 2 (hammer).
Since version 1.3, the CoqHammer system consists of two major separate components.
-
The
sauto
general proof search tactic for the Calculus of Inductive Construction. -
The
hammer
automated reasoning tool which combines learning from previous proofs with the translation of problems to the logics of external automated systems and the reconstruction of successfully found proofs with thesauto
procedure.
See the CoqHammer webpage for documentation and installation instructions.
Requirements
- Coq master
- for
hammer
: automated provers (Vampire, CVC4, Eprover, and/or Z3)
Copyright and license
Copyright (c) 2017-2022, Lukasz Czajka, TU Dortmund University.
Copyright (c) 2017-2018, Cezary Kaliszyk, University of Innsbruck.
Distributed under the terms of LGPL 2.1, see the file LICENSE.
See CREDITS for a full list of contributors.