package alt-ergo-lib

  1. Overview
  2. Docs
The Alt-Ergo SMT prover library

Install

Dune Dependency

Authors

Maintainers

Sources

alt-ergo-2.6.0.tbz
sha256=1269311af25278a466892ba878cc888ba59f177f53dd03f12a2c623b03fcf37e
sha512=8a841e1f295e889fa9cb95aa4021bbb481d73279e99512c2afb3510e1f6c9d367113ee6bd3a90bc51111fa3e766a302633e9d5d18fde7660b139cd19a271eb23

doc/alt-ergo-lib/AltErgoLib/Frontend/index.html

Module AltErgoLib.Frontend

type used_context
val init_all_used_context : unit -> used_context
val choose_used_context : used_context -> goal_name:string -> used_context
type 'a status =
  1. | Unsat of Commands.sat_tdecl * Explanation.t
  2. | Inconsistent of Commands.sat_tdecl
  3. | Sat of Commands.sat_tdecl * 'a
  4. | Unknown of Commands.sat_tdecl * 'a
  5. | Timeout of Commands.sat_tdecl option
  6. | Preprocess
val print_status : 'a status -> int -> unit
module type S = sig ... end
module Make (SAT : Sat_solver_sig.S) : S with type sat_env = SAT.t
OCaml

Innovation. Community. Security.