oops, missed a file
authorMorgan Deters <mdeters@gmail.com>
Tue, 24 Nov 2009 23:04:45 +0000 (23:04 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 24 Nov 2009 23:04:45 +0000 (23:04 +0000)
src/smt/smt_engine.cpp [new file with mode: 0644]

diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
new file mode 100644 (file)
index 0000000..f6b8146
--- /dev/null
@@ -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 */