From 86ce2119c466cdf0240acb97d4fc65cddede19fe Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 24 Nov 2009 23:04:45 +0000 Subject: [PATCH] oops, missed a file --- src/smt/smt_engine.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/smt/smt_engine.cpp 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 */ -- 2.30.2