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