MCPcopy Create free account
hub / github.com/argotorg/solidity / setLogic

Method setLogic

libsmtutil/SMTLib2Interface.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

resetMethod · 0.80
createHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected