aboutsummaryrefslogtreecommitdiffstats
path: root/src/extraction/smtcoq.mli
blob: 7b33e0f9ee2ee9ee6d1b9e55a69cd576c95b0a3c (plain)
1
2
3
4
5
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