summaryrefslogtreecommitdiff
path: root/src/main/command_executor.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-17 16:00:50 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:39 -0400
commit5a7e8c7127ccd914633441adbc039f0c8a1fdac2 (patch)
tree7deb48979100a5285ed6f87aa8d4b113e55685da /src/main/command_executor.h
parentbbf11e1b852bd888e4afdf2a80970032d85af898 (diff)
Some reversions of recent commits re: portfolio failure.
* Partial reversion of b8e28a7, do it a different way. * Revert "Test portfolio with --no-wait-to-join." This reverts commit 8b56004ee8bf6c34aaf045bec12bf0e4401a044c.
Diffstat (limited to 'src/main/command_executor.h')
-rw-r--r--src/main/command_executor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/command_executor.h b/src/main/command_executor.h
index d28f711af..e6e3d3411 100644
--- a/src/main/command_executor.h
+++ b/src/main/command_executor.h
@@ -52,17 +52,6 @@ public:
*/
bool doCommand(CVC4::Command* cmd);
- /**
- * Allow one to set an option on the underlying SmtEngine.
- * This could be done with a Command object, but then it's
- * interpreted as a user command (and might result in "success"
- * or "error" output, for example. This function can throw
- * exceptions.
- */
- void setOption(const std::string& key, const CVC4::SExpr& value) {
- d_smtEngine->setOption(key, value);
- }
-
Result getResult() const { return d_result; }
void reset();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback