projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf233b
)
portfolio driver: respect parseOnly option
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 25 Apr 2012 22:33:00 +0000
(22:33 +0000)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 25 Apr 2012 22:33:00 +0000
(22:33 +0000)
src/main/driver_portfolio.cpp
patch
|
blob
|
history
diff --git
a/src/main/driver_portfolio.cpp
b/src/main/driver_portfolio.cpp
index d8a8e5afa042abbad22085fa77f579efc7541b75..6cf9d0130b1d74df8e40dd05ce738c50b660a8a5 100644
(file)
--- a/
src/main/driver_portfolio.cpp
+++ b/
src/main/driver_portfolio.cpp
@@
-442,6
+442,9
@@
int runCvc4(int argc, char *argv[], Options& options) {
delete parser;
}
+ if(options.parseOnly)
+ return 0;
+
exprMgr = NULL; // don't want to use that variable
// after this point