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.19.0.tar.gz
md5=95c1617377a2a60f0db72f9893e7149c
sha512=9a5f92dde1cadd7ef70022b5289462d0beadd451e92a42a390dd460e4851f0c85204c97209a3dc0b93cbdfea48131444f3673df34d2021787d807e51cad1d434

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.19" & < "8.20"
  3. ocaml >= "4.9~"

Dev Dependencies

None

Used by (1)

  1. coq-vlsm >= "1.2"

Conflicts

None

Rocq

Interactive Theorem Prover