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

Method createHeader

libsmtutil/CHCSmtLib2Interface.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void CHCSmtLib2Interface::createHeader()
193{
194 if (m_queryTimeout)
195 m_commands.setOption("timeout", std::to_string(*m_queryTimeout));
196 m_commands.setLogic("HORN");
197}
198
199std::string CHCSmtLib2Interface::createQueryAssertion(std::string _name) {
200 return "(assert\n(forall ((UNUSED Bool))\n(=> " + std::move(_name) + " false)))";

Callers

nothing calls this directly

Calls 3

setOptionMethod · 0.80
setLogicMethod · 0.80
to_stringFunction · 0.50

Tested by

no test coverage detected