empty stubs for push and pop to fix the build fail
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 9 Feb 2010 03:27:16 +0000 (03:27 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 9 Feb 2010 03:27:16 +0000 (03:27 +0000)
src/smt/smt_engine.cpp

index ed8f61ee6b71c056d7b228643b2d666770ae56f3..d30255e4f9b7a35091b42b808c8bf042399ea39d 100644 (file)
@@ -109,4 +109,10 @@ Expr SmtEngine::simplify(const Expr& e) {
   Unimplemented();
 }
 
+void SmtEngine::push() {
+}
+
+void SmtEngine::pop() {
+}
+
 }/* CVC4 namespace */