« Up

itauto 8.16.0 5 m 0 s 🏆

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
conf-findutils      1           Virtual package relying on findutils
conf-gmp            4           Virtual package relying on a GMP lib system installation
coq                 8.16.0      Formal proof management system
dune                3.7.0       Fast, portable, and opinionated build system
ocaml               4.11.2      The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.2      Official release 4.11.2
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "frederic.besson@inria.fr"
homepage: "https://gitlab.inria.fr/fbesson/itauto"
dev-repo: "git+https://gitlab.inria.fr/fbesson/itauto.git"
authors: ["Frédéric Besson"]
bug-reports: ["frederic.besson@inria.fr" "https://gitlab.inria.fr/fbesson/itauto/-/issues"]
license: "MIT"
synopsis: "Reflexive SAT solver with Nelson-Oppen support, parameterised by a leaf tactic inside Coq"
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.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "ocaml" {>= "4.9~"}
  "coq" {>= "8.16" & < "8.17~"}
  "ocamlbuild" {build}
]
depopts: [ "ocamlformat" {build} ]
tags: [
  "category:Miscellaneous/Coq Extensions"
  "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
  "keyword:integers"
  "keyword:SAT"
  "keyword:SMT"
  "keyword:Nelson-Oppen"
  "keyword:automation"
  "date:2022-06-20"
  "logpath:Cdcl"
]
url {
  src: "https://gitlab.inria.fr/fbesson/itauto/-/archive/8.16.0/itauto-8.16.0.tar.gz"
  checksum: [
    "md5=f48ab0aa8cd5d5aef5ef466f43c6d5ed"
    "sha512=152d6c8f5adecdb59bb104d0d3f5a851f68babbf976dfb24ce60a2a93dd607dec51150a3d4873e59bdb7de2d0dba1cf7943e33b8d740c75c5b27e4d029399c31"
  ]
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-itauto.8.16.0 coq.8.16.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-itauto.8.16.0 coq.8.16.0
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-itauto.8.16.0 coq.8.16.0
Return code
0
Duration
5 m 0 s

Installation size

Total: 8 M

  • 3 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/PatriciaR.vo
  • 2 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Formula.vo
  • 1 M ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Formula.glob
  • 577 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/PatriciaR.glob
  • 511 K ../ocaml-base-compiler.4.11.2/lib/coq-itauto/cdcl_plugin.cmxs
  • 511 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/cdcl_plugin.cmxs
  • 379 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/KeyInt.vo
  • 325 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Formula.v
  • 210 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/PatriciaR.v
  • 161 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/KeyInt.glob
  • 141 K ../ocaml-base-compiler.4.11.2/lib/coq-itauto/cdcl_plugin.cmi
  • 47 K ../ocaml-base-compiler.4.11.2/lib/coq-itauto/cdcl_plugin.cmx
  • 34 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlra.vo
  • 29 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Itauto.vo
  • 27 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/KeyInt.v
  • 25 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ZArithDec.vo
  • 24 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlia.vo
  • 21 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Prover.vo
  • 13 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ReifClasses.vo
  • 7 K ../ocaml-base-compiler.4.11.2/lib/coq-itauto/cdcl_plugin.cmxa
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ReifClasses.glob
  • 5 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ZArithDec.glob
  • 4 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlia.glob
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Itauto.v
  • 3 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlra.glob
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ZArithDec.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/ReifClasses.v
  • 2 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Itauto.glob
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlra.v
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/NOlia.v
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Prover.v
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq/user-contrib/Cdcl/Prover.glob
  • 1 K ../ocaml-base-compiler.4.11.2/lib/coq-itauto/META

Uninstall 🧹

Command
opam remove -y coq-itauto.8.16.0
Return code
0
Missing removes
none
Wrong removes
none