Fix ICE when unsafe targets are solved more than once and the cex is different

This commit is contained in:
Leo Alt
2021-12-03 00:21:38 +01:00
committed by Kamil Śliwak
parent dcef56a531
commit 16535aae32
3 changed files with 43 additions and 2 deletions
-2
View File
@@ -972,8 +972,6 @@ void CHC::resetSourceAnalysis()
{
SMTEncoder::resetSourceAnalysis();
m_safeTargets.clear();
m_unsafeTargets.clear();
m_unprovedTargets.clear();
m_invariants.clear();
m_functionTargetIds.clear();