mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
persist fields
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
86c11b9349
commit
93ee2a68a4
7 changed files with 60 additions and 33 deletions
|
@ -169,7 +169,7 @@ namespace euf {
|
|||
SASSERT(s.s().at_base_lvl());
|
||||
auto* n = m_queue;
|
||||
inference* k = nullptr;
|
||||
unsigned num_prop = static_cast<unsigned>(s.s().stats().m_conflict * s.m_config.m_dack_factor);
|
||||
unsigned num_prop = static_cast<unsigned>(s.s().get_stats().m_conflict * s.m_config.m_dack_factor);
|
||||
num_prop = std::min(num_prop, m_table.size());
|
||||
for (unsigned i = 0; i < num_prop; ++i, n = k) {
|
||||
k = n->m_next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue