package coq-itauto

  1. Overview
  2. Homepage
Reflexive SAT solver with Nelson-Oppen support, parameterised by a leaf tactic inside Coq

Install

Dune Dependency

Authors

Maintainers

Sources

itauto-8.16.0.tar.gz
md5=f48ab0aa8cd5d5aef5ef466f43c6d5ed
sha512=152d6c8f5adecdb59bb104d0d3f5a851f68babbf976dfb24ce60a2a93dd607dec51150a3d4873e59bdb7de2d0dba1cf7943e33b8d740c75c5b27e4d029399c31

Description

itauto is a reflexive intuitionistic SAT solver parameterised by a theory module. When run inside Coq, the theory module wraps an arbitrary Coq tactic, e.g., the lia solver for linear arithmetic or the congruence solver for uninterpreted function symbols and constructors. Using a black-box Nelson-Oppen scheme for combination of theories, itauto also provides an SMT-like tactic for propositional reasoning modulo the solvers for both arithmetic and function symbols.

Dependencies (3)

  1. ocamlbuild build
  2. coq >= "8.16" & < "8.17~"
  3. ocaml >= "4.9~"

Dev Dependencies

None

Used by (1)

  1. coq-vlsm >= "1.2"

Conflicts

None

Rocq

Interactive Theorem Prover