aboutsummaryrefslogtreecommitdiffstats
path: root/src/zchaff/zchaff.mli
diff options
context:
space:
mode:
authorckeller <ckeller@users.noreply.github.com>2022-07-30 16:42:50 +0200
committerGitHub <noreply@github.com>2022-07-30 16:42:50 +0200
commitde9c46d059ddd38c0c1922d91cb788c3d550d488 (patch)
treedb0cdadd6853877cc02be40b325388f0a4d68a24 /src/zchaff/zchaff.mli
parentd5697269991500ed1b4b3e6bbec6108ea3a059bb (diff)
downloadsmtcoq-de9c46d059ddd38c0c1922d91cb788c3d550d488.tar.gz
smtcoq-de9c46d059ddd38c0c1922d91cb788c3d550d488.zip
Extraction for Coq 8.13 (#109)
Extraction is back! Some new features: * Not only an executable is generated, but the ZChaff and veriT checkers are available through a package called Smtcoq_extr * The command-line arguments are better handled * The veriT checker is now the default
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