projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2025bc5
)
empty stubs for push and pop to fix the build fail
author
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Tue, 9 Feb 2010 03:27:16 +0000
(
03:27
+0000)
committer
Dejan Jovanović
<dejan.jovanovic@gmail.com>
Tue, 9 Feb 2010 03:27:16 +0000
(
03:27
+0000)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index ed8f61ee6b71c056d7b228643b2d666770ae56f3..d30255e4f9b7a35091b42b808c8bf042399ea39d 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-109,4
+109,10
@@
Expr SmtEngine::simplify(const Expr& e) {
Unimplemented();
}
+void SmtEngine::push() {
+}
+
+void SmtEngine::pop() {
+}
+
}/* CVC4 namespace */