Fix CHCSmtLib2Interface

This commit is contained in:
Leo Alt
2021-05-26 22:12:49 +02:00
parent a3634934d1
commit daea5f886d
6 changed files with 77 additions and 25 deletions
+3 -1
View File
@@ -66,6 +66,8 @@ public:
std::map<std::string, SortPointer> variables() { return m_variables; }
std::vector<std::pair<std::string, std::string>>const& userSorts() const { return m_userSorts; }
private:
void declareFunction(std::string const& _name, SortPointer const& _sort);
@@ -79,7 +81,7 @@ private:
std::vector<std::string> m_accumulatedOutput;
std::map<std::string, SortPointer> m_variables;
std::set<std::string> m_userSorts;
std::vector<std::pair<std::string, std::string>> m_userSorts;
std::map<util::h256, std::string> m_queryResponses;
std::vector<std::string> m_unhandledQueries;