11#ifndef MCRL2_SMT_SOLVER_H
12#define MCRL2_SMT_SOLVER_H
27 std::unordered_map<data::data_expression, std::string>
m_cache;
answer solve(const data::variable_list &vars, const data::data_expression &expr, const std::chrono::microseconds &timeout=std::chrono::microseconds::zero())
std::unordered_map< data::data_expression, std::string > m_cache
native_translations m_native
answer execute_and_check(const std::string &command, const std::chrono::microseconds &timeout) const
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...