projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61937ea
)
oops, missed a file
author
Morgan Deters
<mdeters@gmail.com>
Tue, 24 Nov 2009 23:04:45 +0000
(23:04 +0000)
committer
Morgan 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]
patch
|
blob
diff --git a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
new file mode 100644
(file)
index 0000000..
f6b8146
--- /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 */