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.17.0.tar.gz
md5=79d174d0188b7cb6e2dae2b66a88c45d
sha512=63cc7614f06415c567013de315bcaf07bb22f32d7df29bb6f8bda865ae100c17bf51c6808b97e823be92a2f6cdc6bf229a0edafd092ea68ed004ca823f51352c

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

Dev Dependencies

None

Used by (1)

  1. coq-vlsm >= "1.2"

Conflicts

None

Rocq

Interactive Theorem Prover