summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 53a5b7f2f..8974e5e60 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -218,9 +218,8 @@ class CVC4_PUBLIC SmtEngine
/**
* Set information about the script executing.
- * @throw OptionException, ModalException
*/
- void setInfo(const std::string& key, const CVC4::SExpr& value);
+ void setInfo(const std::string& key, const std::string& value);
/** Return true if given keyword is a valid SMT-LIB v2 get-info flag. */
bool isValidGetInfoFlag(const std::string& key) const;
@@ -232,7 +231,7 @@ class CVC4_PUBLIC SmtEngine
* Set an aspect of the current SMT execution environment.
* @throw OptionException, ModalException
*/
- void setOption(const std::string& key, const CVC4::SExpr& value);
+ void setOption(const std::string& key, const std::string& value);
/** Set is internal subsolver.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback