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.20.0.tar.gz
md5=b7e8d79799f32c92ffc873a90ae6fc94
sha512=0596c95c756e5e75f9327cbe062c113afd1ff1bb75a66ad902da46fb760dc4c4155b770e1e11ca2357c42f199287b761c02360d7030e6d21195172c6657f9c94

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. dune >= "2.9"
  2. coq >= "8.20" & < "8.21"
  3. ocaml >= "4.9~"

Dev Dependencies

None

Used by (1)

  1. coq-vlsm >= "1.2"

Conflicts

None

Rocq

Interactive Theorem Prover