mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed6e23f153
commit
04e57e08ba
|
@ -306,9 +306,9 @@ namespace smt {
|
|||
|
||||
unsigned i = 0;
|
||||
for (auto & kv : m_name2assertion) {
|
||||
if (!core.contains(ait->m_key) &&
|
||||
if (!core.contains(kv.m_key) &&
|
||||
fds_intersect(pattern_fds, assrtn_fds[i]))
|
||||
new_core_literals.push_back(ait->m_key);
|
||||
new_core_literals.push_back(kv.m_key);
|
||||
++i;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue