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

Method setSolver

libsolidity/formal/EncodingContext.h:50–54  ·  view source on GitHub ↗

Sets the current solver used by the current engine for SMT variable declaration.

Source from the content-addressed store, hash-verified

48 /// Sets the current solver used by the current engine for
49 /// SMT variable declaration.
50 void setSolver(smtutil::SolverInterface* _solver)
51 {
52 solAssert(_solver, "");
53 m_solver = _solver;
54 }
55
56 /// Sets whether the context should conjoin assertions in the assertion stack.
57 void setAssertionAccumulation(bool _acc) { m_accumulateAssertions = _acc; }

Callers 3

parseInputMethod · 0.45
resetSourceAnalysisMethod · 0.45
analyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected