aboutsummaryrefslogtreecommitdiffstats
path: root/src/SMTCoq.v
diff options
context:
space:
mode:
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".