package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

doc/logtk.parsers/Logtk_parsers/CallProver/Eprover/index.html

Module CallProver.EproverSource

Sourcetype result = {
  1. answer : szs_answer;
  2. output : string;
  3. decls : untyped A.t Iter.t option;
  4. proof : Trace_tstp.t option;
}
Sourceand szs_answer =
  1. | Theorem
  2. | CounterSatisfiable
  3. | Unknown
Sourceval string_of_answer : szs_answer -> string
Sourceval run_eproof : steps:int -> input:string -> result or_error

Run Eproof_ram, and tries to read a proof back.

Sourceval run_eprover : ?opts:string list -> ?level:int -> steps:int -> input:string -> unit -> result or_error

Runs E with the given input (optional verbosity level). The returned result will not contain a proof. opts is an additional list of command line options that will be given to E.

Sourceval discover : ?opts:string list -> steps:int -> untyped A.t Iter.t -> untyped A.t Iter.t or_error

explore the surrounding of this list of declarations, returning the TPTP output of E

Sourceval cnf : ?opts:string list -> untyped A.t Iter.t -> untyped A.t Iter.t or_error

Use E to convert a set of statements into CNF

OCaml

Innovation. Community. Security.