aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/zchaff.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/zchaff/zchaff.mli')
-rw-r--r--src/zchaff/zchaff.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/zchaff/zchaff.mli b/src/zchaff/zchaff.mli
index 5e67177..201a4c0 100644
--- a/src/zchaff/zchaff.mli
+++ b/src/zchaff/zchaff.mli
@@ -17,3 +17,11 @@ val theorem : CoqInterface.id -> string -> string -> unit
val theorem_abs : CoqInterface.id -> string -> string -> unit
val tactic : unit -> CoqInterface.tactic
val tactic_no_check : unit -> CoqInterface.tactic
+val import_cnf : string ->
+ int * SatAtom.Form.t SmtCertif.clause *
+ SatAtom.Form.t SmtCertif.clause *
+ (int, SatAtom.Form.t SmtCertif.clause) Hashtbl.t
+val import_cnf_trace : (int, 'a SmtCertif.clause) Hashtbl.t ->
+ string ->
+ SatAtom.Form.t SmtCertif.clause ->
+ 'a SmtCertif.clause -> int * 'a SmtCertif.clause