aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction/smtcoq.mli
blob: bf62ec3ee1a043c785f5d05e1d4a063dc5e99a7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(**************************************************************************)
(*                                                                        *)
(*     SMTCoq                                                             *)
(*     Copyright (C) 2011 - 2022                                          *)
(*                                                                        *)
(*     See file "AUTHORS" for the list of authors                         *)
(*                                                                        *)
(*   This file is distributed under the terms of the CeCILL-C licence     *)
(*                                                                        *)
(**************************************************************************)


type solver = Zchaff | Verit
val usage : string
val string_of_solver : solver -> string
val verifier_of_solver : solver -> string -> string -> bool
val run : solver -> string -> string -> unit