| 257 | } |
| 258 | |
| 259 | void SMTLib2Commands::assertion(std::string _expr) { |
| 260 | m_commands.push_back("(assert " + std::move(_expr) + ')'); |
| 261 | } |
| 262 | |
| 263 | void SMTLib2Commands::setOption(std::string _name, std::string _value) |
| 264 | { |
no outgoing calls
no test coverage detected