| 266 | } |
| 267 | |
| 268 | void SMTLib2Commands::setLogic(std::string _logic) |
| 269 | { |
| 270 | m_commands.push_back("(set-logic " + std::move(_logic) + ')'); |
| 271 | } |
| 272 | |
| 273 | void SMTLib2Commands::declareVariable(std::string _name, std::string _sort) |
| 274 | { |
no outgoing calls
no test coverage detected