mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
core opt
This commit is contained in:
parent
127af83c53
commit
386c511f54
8 changed files with 182 additions and 56 deletions
|
@ -510,6 +510,7 @@ public:
|
|||
for (auto const & [core, w] : cores) {
|
||||
if (core.empty())
|
||||
return l_false;
|
||||
++m_stats.m_num_cores;
|
||||
remove_soft(core, m_asms);
|
||||
split_core(core);
|
||||
process_unsat(core, w);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue