Add this and state to CHC

This commit is contained in:
Leonardo Alt
2020-10-12 11:11:52 +01:00
parent a86f656704
commit 18cf01c187
12 changed files with 180 additions and 99 deletions
+1
View File
@@ -2162,6 +2162,7 @@ void SMTEncoder::clearIndices(ContractDefinition const* _contract, FunctionDefin
for (auto const& var: _function->localVariables())
m_context.variable(*var)->resetIndex();
}
m_context.state().reset();
}
Expression const* SMTEncoder::leftmostBase(IndexAccess const& _indexAccess)