summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-24 23:04:45 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-24 23:04:45 +0000
commit86ce2119c466cdf0240acb97d4fc65cddede19fe (patch)
tree34c774e6751a14ec6203be66e63c8982d6560edd /src/smt
parent61937ea05bff33070cc8252bc3b6c7d6fed7c9c3 (diff)
oops, missed a file
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
new file mode 100644
index 000000000..f6b81465b
--- /dev/null
+++ b/src/smt/smt_engine.cpp
@@ -0,0 +1,17 @@
+/********************* -*- C++ -*- */
+/** smt_engine.cpp
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.
+ **
+ **/
+
+#include "smt/smt_engine.h"
+
+namespace CVC4 {
+
+
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback