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.18.0.tar.gz
md5=0f8f644252ea4eac5139672a2bc500fb
sha512=a6912de70f2bb0118f352b5190b171dc863f4d50733b1881b1382afd1b9dcbad85971feb0d2d3b64deceb13d5b91ce78d1d5b445c745ced03ea0cf0b7b15c177

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

Dev Dependencies

None

Used by (1)

  1. coq-vlsm >= "1.2"

Conflicts

None

Rocq

Interactive Theorem Prover