Module Logtk_parsers.CallProver
Call external provers with TSTP (Old)
type 'a or_error
= ('a, string) CCResult.t
type untyped
= Logtk.STerm.t
module A = Ast_tptp
Description of provers
module Prover : sig ... end
val name : Prover.t -> string
Name of the prover
Run provers
val call : ?timeout:int -> ?args:string list -> prover:Prover.t -> untyped A.t list -> result or_error
Call the prover (if present) on the given problem, and return a result. Default timeout is 30.
E-prover specific functions
module Eprover : sig ... end