mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
8a961a5ce9
commit
a6e7ed039c
2 changed files with 8 additions and 5 deletions
|
@ -377,9 +377,11 @@ namespace {
|
|||
|
||||
for (expr* c : core) {
|
||||
expr_ref name(c, m);
|
||||
SASSERT(m_name2assertion.contains(name));
|
||||
expr_ref assrtn(m_name2assertion.find(name), m);
|
||||
collect_pattern_fds(assrtn, pattern_fds);
|
||||
expr* f = nullptr;
|
||||
if (m_name2assertion.find(name, f)) {
|
||||
expr_ref assrtn(f, m);
|
||||
collect_pattern_fds(assrtn, pattern_fds);
|
||||
}
|
||||
}
|
||||
|
||||
if (!pattern_fds.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue