aboutsummaryrefslogtreecommitdiffstats
path: root/src/SMTCoq.v
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@inria.fr>2015-01-12 16:28:10 +0100
committerChantal Keller <Chantal.Keller@inria.fr>2015-01-12 16:28:10 +0100
commitcfb4587e26623318f432c7e3e21711afc2b966e7 (patch)
treea90c6f372633458aa0766510bcfdc4682eaa8f6a /src/SMTCoq.v
parent1e10dcc783b82269cc3fe3bb7419b9c1cc9e0fa7 (diff)
downloadsmtcoq-cfb4587e26623318f432c7e3e21711afc2b966e7.tar.gz
smtcoq-cfb4587e26623318f432c7e3e21711afc2b966e7.zip
Initial import of SMTCoq v1.2
Diffstat (limited to 'src/SMTCoq.v')
-rw-r--r--src/SMTCoq.v20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/SMTCoq.v b/src/SMTCoq.v
new file mode 100644
index 0000000..e318cc0
--- /dev/null
+++ b/src/SMTCoq.v
@@ -0,0 +1,20 @@
+(**************************************************************************)
+(* *)
+(* SMTCoq *)
+(* Copyright (C) 2011 - 2015 *)
+(* *)
+(* Michaël Armand *)
+(* Benjamin Grégoire *)
+(* Chantal Keller *)
+(* *)
+(* Inria - École Polytechnique - MSR-Inria Joint Lab *)
+(* *)
+(* This file is distributed under the terms of the CeCILL-C licence *)
+(* *)
+(**************************************************************************)
+
+Require Export Int63 List PArray.
+Require Export State SMT_terms Trace.
+Export Atom Form Sat_Checker Cnf_Checker Euf_Checker.
+
+Declare ML Module "trace/smt_tactic".